Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/orxonox/objects/CMakeLists.txt @ 356

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

removed all STATIC flags — according to besch it's worth it
some minor changes in root-CML

File size: 141 bytes
Line 
1PROJECT(Orxonox)
2
3SET( OBJECTS_SRC_FILES
4        BaseObject.cc
5        test1.cc
6        test2.cc
7        test3.cc
8)
9
10ADD_LIBRARY(objects ${OBJECTS_SRC_FILES})
Note: See TracBrowser for help on using the repository browser.