Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 354 was 354, checked in by nicolasc, 16 years ago

removed all STATIC flags — according to besch it's worth it
some minor changes in root-CML

File size: 176 bytes
Line 
1PROJECT(Orxonox)
2
3# TODO find a cleaner way to include xmlParser
4SET( LOADER_SRC_FILES
5        LevelLoader.cc
6        ../xml/xmlParser.cc
7)
8
9ADD_LIBRARY(loader ${LOADER_SRC_FILES})
Note: See TracBrowser for help on using the repository browser.