Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

changed InputBuffer, added OutputBuffer and made a first sketch of Shell.

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