Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN_test/src/loader/CMakeLists.txt @ 761

Last change on this file since 761 was 761, checked in by rgrieder, 16 years ago
File size: 209 bytes
Line 
1SET( LOADER_SRC_FILES
2  LevelLoader.cc
3)
4
5ADD_LIBRARY( 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.