Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 759 was 759, checked in by rgrieder, 16 years ago
  • hmm
File size: 504 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
[341]15)
16
[757]17ADD_LIBRARY(${Orxonox_BINARY_DIR}/core SHARED ${CORE_SRC_FILES})
[759]18SET_TARGET_PROPERTIES( ${Orxonox_BINARY_DIR}/core PROPERTIES LINK_FLAGS "--no-undefined" )
[757]19
[759]20TARGET_LINK_LIBRARIES( ${Orxonox_BINARY_DIR}/core
21  ${Orxonox_BINARY_DIR}/util
[757]22)
Note: See TracBrowser for help on using the repository browser.