Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

merged input back into trunk
note: I have created an asylum with obsolete code, please check the files

File size: 556 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  MetaObjectList.cc
10  ConfigValueContainer.cc
11  Error.cc
12  SignalHandler.cc
13  DebugLevel.cc
14  OutputHandler.cc
15  Language.cc
16  ClassTreeMask.cc
17  Loader.cc
18  Executor.cc
19  XMLPort.cc
20  Tickable.cc
21  Script.cc
22)
23
24ADD_LIBRARY( core SHARED ${CORE_SRC_FILES})
25SET_TARGET_PROPERTIES( core PROPERTIES LINK_FLAGS "--no-undefined" )
26
27TARGET_LINK_LIBRARIES( core
28  util
29  ${Lua_LIBRARIES}
30)
Note: See TracBrowser for help on using the repository browser.