Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

some minor CML changes

File size: 246 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 SHARED ${CORE_SRC_FILES})
12SET_TARGET_PROPERTIES(core PROPERTIES LINK_FLAGS "--no-undefined" )
Note: See TracBrowser for help on using the repository browser.