Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/orxonox/core/CMakeLists.txt @ 354

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

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

File size: 170 bytes
Line 
1PROJECT(Orxonox)
2
3SET( CORE_SRC_FILES
4        Factory.cc
5        IdentifierList.cc
6        Identifier.cc
7        MetaObjectList.cc
8        OrxonoxClass.cc
9)
10
11ADD_LIBRARY(core ${CORE_SRC_FILES})
Note: See TracBrowser for help on using the repository browser.