Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN_test/src/loader/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: 230 bytes
RevLine 
[341]1SET( LOADER_SRC_FILES
[376]2  LevelLoader.cc
[341]3)
4
[757]5ADD_LIBRARY(${Orxonox_BINARY_DIR}/loader SHARED ${LOADER_SRC_FILES})
6SET_TARGET_PROPERTIES( loader PROPERTIES LINK_FLAGS "--no-undefined" )
[480]7
8TARGET_LINK_LIBRARIES( loader
[744]9  util
[480]10)
Note: See TracBrowser for help on using the repository browser.