Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem/src/util/CMakeLists.txt @ 2384

Last change on this file since 2384 was 2384, checked in by adrfried, 15 years ago

install targets added

  • Property svn:eol-style set to native
File size: 328 bytes
Line 
1SET(UTIL_SRC_FILES
2  Clipboard.cc
3  CRC32.cc
4  Exception.cc
5  ExprParser.cc
6  Math.cc
7  MultiType.cc
8  OutputBuffer.cc
9  OutputHandler.cc
10  String.cc
11  SubString.cc
12)
13
14ADD_LIBRARY(util SHARED ${UTIL_SRC_FILES})
15TARGET_LINK_LIBRARIES(util ${OGRE_LIBRARY})
16INSTALL(TARGETS util LIBRARY DESTINATION lib)
17
18ADD_SUBDIRECTORY(testing)
Note: See TracBrowser for help on using the repository browser.