Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

merged core branch to trunk

File size: 488 bytes
RevLine 
[341]1SET( CORE_SRC_FILES
[871]2  OrxonoxClass.cc
[733]3  BaseObject.cc
[376]4  Factory.cc
5  Identifier.cc
[871]6  IdentifierDistributor.cc
[376]7  MetaObjectList.cc
[496]8  ConfigValueContainer.cc
[420]9  Error.cc
[496]10  SignalHandler.cc
[542]11  ArgReader.cc
[560]12  DebugLevel.cc
[684]13  OutputHandler.cc
[704]14  Language.cc
[871]15  ClassTreeMask.cc
16  Loader.cc
17  Executor.cc
18  XMLPort.cc
[341]19)
20
[768]21ADD_LIBRARY( core SHARED ${CORE_SRC_FILES})
22SET_TARGET_PROPERTIES( core PROPERTIES LINK_FLAGS "--no-undefined" )
23
24TARGET_LINK_LIBRARIES( core
25  util
[871]26)
Note: See TracBrowser for help on using the repository browser.