Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/bugger/src/util/CMakeLists.txt @ 2533

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

merged revisions 2260 - 2508 from trunk to buggy.
I'm sorry that I have to commit every merge. But otherwise I get tons of conflicts I have to solve ten times over.
Note: did not merge deletion of src/util/testing, tortoise wasn't very friendly with that.

  • Property svn:eol-style set to native
File size: 280 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  SignalHandler.cc
11  String.cc
12  SubString.cc
13)
14
15ADD_LIBRARY(util SHARED ${UTIL_SRC_FILES})
16
17TARGET_LINK_LIBRARIES(util
18  ${OGRE_LIBRARIES}
19)
Note: See TracBrowser for help on using the repository browser.