Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/core/CMakeLists.txt @ 1115

Last change on this file since 1115 was 1115, checked in by landauf, 16 years ago

tried to integrate the whole tolua-thing in proper cmake code

File size: 662 bytes
RevLine 
[1115]1SET(CORE_SRC_FILES
[1045]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
[1052]11  ConfigFileManager.cc
[1045]12  ConfigValueContainer.cc
13  Error.cc
14  SignalHandler.cc
[1052]15  CoreSettings.cc
[1045]16  OutputHandler.cc
17  Language.cc
18  ClassTreeMask.cc
19  Loader.cc
20  Executor.cc
21  XMLPort.cc
[1052]22  Namespace.cc
23  NamespaceNode.cc
24  CommandExecutor.cc
25  InputBuffer.cc
[1045]26  Tickable.cc
27  Script.cc
28)
29
[1115]30ADD_LIBRARY(core SHARED ${CORE_SRC_FILES})
[1045]31
[1115]32TARGET_LINK_LIBRARIES(core
[1045]33  util
[1115]34  tolualib
[1045]35  ${Lua_LIBRARIES}
[1076]36  ${Lua_LIBRARY}
[1045]37  ${OIS_LIBRARIES}
38)
Note: See TracBrowser for help on using the repository browser.