Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/merger/src/orxonox/objects/CMakeLists.txt @ 281

Last change on this file since 281 was 281, checked in by nicolasc, 16 years ago

added to missing CMLs

File size: 177 bytes
Line 
1PROJECT(Orxonox)
2
3SET(SRC_FILES BaseObject.cc test1.cc test2.cc test3.cc)
4SET(INC_FILES BaseObject.h Test.h test1.h test2.h test3.h)
5
6ADD_LIBRARY(core ${SRC_FILES} ${INC_FILES})
Note: See TracBrowser for help on using the repository browser.