Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 341 was 341, checked in by rgrieder, 16 years ago
  • removed folder src/class_hierarchy
  • removed a few unnec. files in src/
  • added a few files in src/orxonox to make weapon system and hud work
  • restructured all CMLs
  • adjusted all the #include directives (only one include directory now: src)
  • moved ENET library linkage to CML in src/orxonox
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.