source:
code/branches/merger/src/orxonox/objects/CMakeLists.txt
@
302
Last change on this file since 302 was 282, checked in by nicolasc, 17 years ago | |
---|---|
File size: 180 bytes |
Line | |
---|---|
1 | PROJECT(Orxonox) |
2 | |
3 | SET(SRC_FILES BaseObject.cc test1.cc test2.cc test3.cc) |
4 | SET(INC_FILES BaseObject.h Test.h test1.h test2.h test3.h) |
5 | |
6 | ADD_LIBRARY(objects ${SRC_FILES} ${INC_FILES}) |
Note: See TracBrowser
for help on using the repository browser.