Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/input/src/orxonox/core/CMakeLists.txt @ 971

Last change on this file since 971 was 971, checked in by rgrieder, 16 years ago
  • added some empty class files
  • moved input stuff to core
File size: 525 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)
22
23ADD_LIBRARY( core SHARED ${CORE_SRC_FILES})
24SET_TARGET_PROPERTIES( core PROPERTIES LINK_FLAGS "--no-undefined" )
25
26TARGET_LINK_LIBRARIES( core
27  util
28)
Note: See TracBrowser for help on using the repository browser.