Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/orxonox/objects/CMakeLists.txt @ 496

Last change on this file since 496 was 496, checked in by landauf, 16 years ago

added files from objecthierarchy, changed includes

File size: 223 bytes
Line 
1PROJECT(Orxonox)
2
3SET( OBJECTS_SRC_FILES
4  BaseObject.cc
5  WorldEntity.cc
6  test1.cc
7  test2.cc
8  test3.cc
9)
10
11ADD_LIBRARY(objects SHARED ${OBJECTS_SRC_FILES})
12
13TARGET_LINK_LIBRARIES( objects
14  xml
15  orxonox
16)
Note: See TracBrowser for help on using the repository browser.