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