Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 482 was 482, checked in by nicolape, 16 years ago

Added example implementation of world entity

File size: 205 bytes
RevLine 
[341]1PROJECT(Orxonox)
2
3SET( OBJECTS_SRC_FILES
[376]4  BaseObject.cc
5  test1.cc
6  test2.cc
7  test3.cc
[341]8)
9
[358]10ADD_LIBRARY(objects SHARED ${OBJECTS_SRC_FILES})
[480]11
12TARGET_LINK_LIBRARIES( objects
13  xml
[482]14  orxonox
[480]15)
Note: See TracBrowser for help on using the repository browser.