source:
code/branches/FICN/src/orxonox/objects/CMakeLists.txt
@
374
| Last change on this file since 374 was 373, checked in by nicolasc, 18 years ago | |
|---|---|
| File size: 220 bytes | |
| Line | |
|---|---|
| 1 | PROJECT(Orxonox) |
| 2 | |
| 3 | SET( OBJECTS_SRC_FILES |
| 4 | BaseObject.cc |
| 5 | test1.cc |
| 6 | test2.cc |
| 7 | test3.cc |
| 8 | ) |
| 9 | |
| 10 | ADD_LIBRARY(objects SHARED ${OBJECTS_SRC_FILES}) |
| 11 | SET_TARGET_PROPERTIES(objects PROPERTIES LINK_FLAGS "--no-undefined" ) |
Note: See TracBrowser
for help on using the repository browser.










