Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 353 was 353, checked in by rgrieder, 16 years ago
  • removed the STATIC keywords in the network and loader folder
File size: 174 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.