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
Line 
1PROJECT(Orxonox)
2
3# TODO find a cleaner way to include xmlParser
4SET( LOADER_SRC_FILES
5  LevelLoader.cc
6)
7
8ADD_LIBRARY(loader SHARED ${LOADER_SRC_FILES})
9
10TARGET_LINK_LIBRARIES( loader
11  xml
12)
Note: See TracBrowser for help on using the repository browser.