Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox/core/CMakeLists.txt @ 1045

Last change on this file since 1045 was 1045, checked in by rgrieder, 16 years ago
  • moved tolua files again (too much, but tortoise claims i have to commit first..)
File size: 603 bytes
Line 
1SET( CORE_SRC_FILES
2  OrxonoxClass.cc
3  BaseObject.cc
4  Factory.cc
5  Identifier.cc
6  IdentifierDistributor.cc
7  InputHandler.cc
8  InputManager.cc
9  InputEventListener.cc
10  MetaObjectList.cc
11  ConfigValueContainer.cc
12  Error.cc
13  SignalHandler.cc
14  DebugLevel.cc
15  OutputHandler.cc
16  Language.cc
17  ClassTreeMask.cc
18  Loader.cc
19  Executor.cc
20  XMLPort.cc
21  Tickable.cc
22  Script.cc
23)
24
25ADD_LIBRARY( core SHARED ${CORE_SRC_FILES})
26SET_TARGET_PROPERTIES( core PROPERTIES LINK_FLAGS "--no-undefined" )
27
28TARGET_LINK_LIBRARIES( core
29  util
30  ${Lua_LIBRARIES}
31  ${OIS_LIBRARIES}
32)
Note: See TracBrowser for help on using the repository browser.