Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core6/src/libraries/core/class/CMakeLists.txt @ 9651

Last change on this file since 9651 was 9646, checked in by landauf, 11 years ago

implemented new concept to initialize the class hierarchy: each identifier is initialized individually by creating an object of the corresponding class. identifiers of abstract classes must be told explicitly about their direct parents. this allows to build the class tree correctly also for complicated setups like multiple inheritance of abstract classes.

  • Property svn:eol-style set to native
File size: 131 bytes
Line 
1ADD_SOURCE_FILES(CORE_SRC_FILES
2  Identifiable.cc
3  Identifier.cc
4  IdentifierManager.cc
5  OrxonoxClass.cc
6  OrxonoxInterface.cc
7)
Note: See TracBrowser for help on using the repository browser.