Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Once again, set all the svn:eol-style property to native. I really hope this doesn't pose more problems than it solves..

  • Property eol-style set to native
File size: 375 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.