Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Deleted obsolete Error class.

  • Property svn:eol-style set to native
File size: 352 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})
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.