source:
code/branches/merger/src/loader/CMakeLists.txt
@
281
| Last change on this file since 281 was 281, checked in by nicolasc, 18 years ago | |
|---|---|
| File size: 207 bytes | |
| Line | |
|---|---|
| 1 | PROJECT(Orxonox) |
| 2 | |
| 3 | # TODO find a cleaner way to include xmlParser |
| 4 | SET(SRC_FILES LevelLoader.cc ../xml/xmlParser.cc) |
| 5 | SET(INC_FILES LevelLoader.h ../xml/xmlParser.h) |
| 6 | |
| 7 | ADD_LIBRARY(core ${SRC_FILES} ${INC_FILES}) |
Note: See TracBrowser
for help on using the repository browser.










