Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 496 was 496, checked in by landauf, 16 years ago

added files from objecthierarchy, changed includes

File size: 241 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  ConfigValueContainer.cc
10  Error.cc
11  SignalHandler.cc
12)
13
14ADD_LIBRARY(core SHARED ${CORE_SRC_FILES})
Note: See TracBrowser for help on using the repository browser.