source:
code/branches/FICN/src/loader/CMakeLists.txt
@
496
Last change on this file since 496 was 480, checked in by nicolape, 17 years ago | |
---|---|
File size: 203 bytes |
Rev | Line | |
---|---|---|
[341] | 1 | PROJECT(Orxonox) |
2 | ||
3 | # TODO find a cleaner way to include xmlParser | |
4 | SET( LOADER_SRC_FILES | |
[376] | 5 | LevelLoader.cc |
[341] | 6 | ) |
7 | ||
[358] | 8 | ADD_LIBRARY(loader SHARED ${LOADER_SRC_FILES}) |
[480] | 9 | |
10 | TARGET_LINK_LIBRARIES( loader | |
11 | xml | |
12 | ) |
Note: See TracBrowser
for help on using the repository browser.