Last change
on this file since 794 was
793,
checked in by landauf, 17 years ago
|
reduced the build-script of the core branch to the minimum (utils, core, orxonox + test objects)
|
File size:
307 bytes
|
Line | |
---|
1 | SET( LOADER_SRC_FILES |
---|
2 | LevelLoader.cc |
---|
3 | ) |
---|
4 | |
---|
5 | IF (WIN32) |
---|
6 | ADD_LIBRARY( loader ${LOADER_SRC_FILES} ) |
---|
7 | ELSE (WIN32) |
---|
8 | ADD_LIBRARY( loader SHARED ${LOADER_SRC_FILES}) |
---|
9 | ENDIF (WIN32) |
---|
10 | |
---|
11 | SET_TARGET_PROPERTIES( loader PROPERTIES LINK_FLAGS "--no-undefined" ) |
---|
12 | |
---|
13 | TARGET_LINK_LIBRARIES( loader |
---|
14 | util |
---|
15 | core |
---|
16 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.