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
RevLine 
[1505]1SET(UTIL_SRC_FILES
2  Clipboard.cc
[1751]3  CRC32.cc
[1764]4  Exception.cc
[1505]5  ExprParser.cc
6  Math.cc
[1747]7  MultiType.cc
8  OutputBuffer.cc
9  OutputHandler.cc
[1505]10  String.cc
11  SubString.cc
12)
13
14ADD_LIBRARY(util SHARED ${UTIL_SRC_FILES})
[2198]15TARGET_LINK_LIBRARIES(util ${OGRE_LIBRARY})
[2384]16INSTALL(TARGETS util LIBRARY DESTINATION lib)
[1505]17
[2197]18ADD_SUBDIRECTORY(testing)
Note: See TracBrowser for help on using the repository browser.