Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 363 was 358, checked in by rgrieder, 17 years ago
  • fixed bug with SET_TARGET_PROPERTIES (works now according to linker command line, but it is still possible to add a function
  • added a lot of SHARED, since STATIC is actually the default value (confirmed by console message: linking static library blah..)
File size: 177 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})
Note: See TracBrowser for help on using the repository browser.