Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/loader/CMakeLists.txt @ 480

Last change on this file since 480 was 480, checked in by nicolape, 16 years ago

Level loader working, see test1 class

File size: 203 bytes
RevLine 
[341]1PROJECT(Orxonox)
2
3# TODO find a cleaner way to include xmlParser
4SET( LOADER_SRC_FILES
[376]5  LevelLoader.cc
[341]6)
7
[358]8ADD_LIBRARY(loader SHARED ${LOADER_SRC_FILES})
[480]9
10TARGET_LINK_LIBRARIES( loader
11  xml
12)
Note: See TracBrowser for help on using the repository browser.