Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

upload of the work i did before the exams (not yet finished nor working)

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