Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/network/src/util/CMakeLists.txt @ 1748

Last change on this file since 1748 was 1742, checked in by scheusso, 16 years ago

compressing and diffing works now (also shipCache on client). server can't move while client connected. preparations for synchronise frequency of synchronisables

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