Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 757 was 757, checked in by rgrieder, 16 years ago
  • complete restructured all the CMLs, tried to avoid circular dependencies
File size: 438 bytes
Line 
1SET( CORE_SRC_FILES
2  BaseObject.cc
3  Factory.cc
4  IdentifierList.cc
5  Identifier.cc
6  MetaObjectList.cc
7  OrxonoxClass.cc
8  ConfigValueContainer.cc
9  Error.cc
10  SignalHandler.cc
11  ArgReader.cc
12  DebugLevel.cc
13  OutputHandler.cc
14  Language.cc
15)
16
17ADD_LIBRARY(${Orxonox_BINARY_DIR}/core SHARED ${CORE_SRC_FILES})
18SET_TARGET_PROPERTIES( core PROPERTIES LINK_FLAGS "--no-undefined" )
19
20TARGET_LINK_LIBRARIES( core
21  util
22)
Note: See TracBrowser for help on using the repository browser.