Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added a Level-class and a first implementation of the Loader, using ClassTreeMask and TinyXML++

File size: 459 bytes
RevLine 
[341]1SET( CORE_SRC_FILES
[813]2  OrxonoxClass.cc
[733]3  BaseObject.cc
[376]4  Factory.cc
5  Identifier.cc
[813]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
[802]15  ClassTreeMask.cc
[820]16  Loader.cc
[341]17)
18
[768]19ADD_LIBRARY( core SHARED ${CORE_SRC_FILES})
20SET_TARGET_PROPERTIES( core PROPERTIES LINK_FLAGS "--no-undefined" )
21
22TARGET_LINK_LIBRARIES( core
23  util
[792]24)
Note: See TracBrowser for help on using the repository browser.