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
Line 
1SET( LOADER_SRC_FILES
2  LevelLoader.cc
3)
4
5ADD_LIBRARY(${Orxonox_BINARY_DIR}/loader SHARED ${LOADER_SRC_FILES})
6SET_TARGET_PROPERTIES( loader PROPERTIES LINK_FLAGS "--no-undefined" )
7
8TARGET_LINK_LIBRARIES( loader
9  util
10)
Note: See TracBrowser for help on using the repository browser.