Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

minor fix

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