Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/main_reto/src/class_hierarchy/CMakeLists.txt @ 270

Last change on this file since 270 was 270, checked in by rgrieder, 16 years ago
  • added old version of class hierarchy in order to make things work (is not actually needed, but will be later anyway)
  • added the hud wrapper and the media files required
File size: 303 bytes
Line 
1PROJECT(Orxonox)
2
3# create a few variables to simplify life
4SET( CLASS_HIERARCHY_SRC
5        BaseObjet.cc
6        ClassHierarchy.cc
7        Identifier.cc
8        IdentifierList.cc
9        ObjectList.cc
10        orxonox.cc
11        OrxonoxClass.cc
12        test1.cc
13        test2.cc
14        test3.cc
15   )
16
17#ADD_LIBRARY(CLASS_HIERARCHY ${CLASS_HIERARCHY_SRC} )
Note: See TracBrowser for help on using the repository browser.