Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core6/src/libraries/core/object/CMakeLists.txt @ 9632

Last change on this file since 9632 was 9597, checked in by landauf, 11 years ago

removed MetaObjectList. replaced it by std::vector because object list elements can now remove themselves from their lists.

  • Property svn:eol-style set to native
File size: 98 bytes
Line 
1ADD_SOURCE_FILES(CORE_SRC_FILES
2  Context.cc
3  Destroyable.cc
4  Listable.cc
5  ObjectListBase.cc
6)
Note: See TracBrowser for help on using the repository browser.