Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/class_hierarchy/CMakeLists.txt @ 337

Last change on this file since 337 was 337, checked in by bknecht, 16 years ago

merged merger to FICN branch

File size: 302 bytes
Line 
1PROJECT(Orxonox)
2
3# create a few variables to simplify life
4SET( CLASS_HIERARCHY_SRC
5        BaseObject.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
17ADD_LIBRARY(classHierarchy ${CLASS_HIERARCHY_SRC} )
Note: See TracBrowser for help on using the repository browser.