Last change
on this file since 754 was
744,
checked in by landauf, 17 years ago
|
- changed CML files: xml library is now util library and is open for more files
- added substring class from orxonox v1, linked to the new util library
|
File size:
287 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 | |
---|
[555] | 8 | IF(WIN32) |
---|
| 9 | ADD_LIBRARY(loader ${LOADER_SRC_FILES}) |
---|
| 10 | ELSE(WIN32) |
---|
| 11 | ADD_LIBRARY(loader SHARED ${LOADER_SRC_FILES}) |
---|
| 12 | ENDIF(WIN32) |
---|
[480] | 13 | |
---|
| 14 | TARGET_LINK_LIBRARIES( loader |
---|
[744] | 15 | util |
---|
[480] | 16 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.