Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/merger/src/loader/CMakeLists.txt @ 473

Last change on this file since 473 was 319, checked in by nicolasc, 17 years ago

initial merge of steering

File size: 236 bytes
RevLine 
[281]1PROJECT(Orxonox)
2
3# TODO find a cleaner way to include xmlParser
4SET(SRC_FILES LevelLoader.cc ../xml/xmlParser.cc)
[319]5# SET(INC_FILES LevelLoader.h ../xml/xmlParser.h)
[281]6
[301]7INCLUDE_DIRECTORIES(..)
8
[282]9ADD_LIBRARY(loader ${SRC_FILES} ${INC_FILES})
Note: See TracBrowser for help on using the repository browser.