Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 420 was 420, checked in by nicolape, 16 years ago

Added error message class in orxonxo core. One can call it with orxonox::Error(ErrorCode, ErrorMessage);

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