source:
code/branches/FICN/src/orxonox/objects/CMakeLists.txt
@
497
Last change on this file since 497 was 496, checked in by landauf, 17 years ago | |
---|---|
File size: 223 bytes |
Line | |
---|---|
1 | PROJECT(Orxonox) |
2 | |
3 | SET( OBJECTS_SRC_FILES |
4 | BaseObject.cc |
5 | WorldEntity.cc |
6 | test1.cc |
7 | test2.cc |
8 | test3.cc |
9 | ) |
10 | |
11 | ADD_LIBRARY(objects SHARED ${OBJECTS_SRC_FILES}) |
12 | |
13 | TARGET_LINK_LIBRARIES( objects |
14 | xml |
15 | orxonox |
16 | ) |
Note: See TracBrowser
for help on using the repository browser.