Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/util/CMakeLists.txt @ 1505

Last change on this file since 1505 was 1505, checked in by rgrieder, 16 years ago

f* svn: It doesn't even inform you if you attempt to set a non existing property. It is svn:eol-style and not eol-style when using the command by the way…

  • Property svn:eol-style set to native
File size: 353 bytes
Line 
1SET(UTIL_SRC_FILES
2  ArgReader.cc
3  Clipboard.cc
4  ExprParser.cc
5  Math.cc
6  MultiTypePrimitive.cc
7  MultiTypeString.cc
8  MultiTypeMath.cc
9  String.cc
10  SubString.cc
11)
12
13ADD_LIBRARY(util SHARED ${UTIL_SRC_FILES})
14
15IF(TESTING_ENABLED)
16  ADD_SUBDIRECTORY(testing)
17ENDIF(TESTING_ENABLED)
18
19TARGET_LINK_LIBRARIES(util
20  ${OGRE_LIBRARIES}
21  ${Lua_LIBRARIES}
22)
Note: See TracBrowser for help on using the repository browser.