Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 1048 was 1048, checked in by rgrieder, 16 years ago
  • final commit for tolua++ displacement
File size: 619 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  ToLuaBind.cc
24)
25
26ADD_LIBRARY( core SHARED ${CORE_SRC_FILES})
27SET_TARGET_PROPERTIES( core PROPERTIES LINK_FLAGS "--no-undefined" )
28
29TARGET_LINK_LIBRARIES( core
30  util
31  ${Lua_LIBRARIES}
32  ${OIS_LIBRARIES}
33)
Note: See TracBrowser for help on using the repository browser.