Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/console/src/core/CMakeLists.txt @ 1434

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

only girls sleep at this time :P

(started new implementation of ConsoleExecutor parser, but it's still buggy)

File size: 872 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
[1312]17  OutputBuffer.cc
18  InputBuffer.cc
[1341]19  Shell.cc
[1312]20  CommandExecutor.cc
[1341]21  CommandEvaluation.cc
[1390]22  ConsoleCommand.cc
23  ArgumentCompletionFunctions.cc
[1341]24  ConsoleCommandCompilation.cc
[1045]25  Language.cc
26  ClassTreeMask.cc
27  Loader.cc
28  Executor.cc
29  XMLPort.cc
[1052]30  Namespace.cc
31  NamespaceNode.cc
[1045]32  Tickable.cc
33  Script.cc
[1151]34  TclBind.cc
[1230]35  TclThreadManager.cc
[1276]36  IRC.cc
[1045]37)
38
[1115]39ADD_LIBRARY(core SHARED ${CORE_SRC_FILES})
[1045]40
[1115]41TARGET_LINK_LIBRARIES(core
[1045]42  util
[1115]43  tolualib
[1151]44  cpptcl
[1045]45  ${Lua_LIBRARIES}
46  ${OIS_LIBRARIES}
[1230]47  ${Boost_thread_LIBRARIES}
[1045]48)
Note: See TracBrowser for help on using the repository browser.