Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

WIN32 hack in CLs

File size: 334 bytes
RevLine 
[341]1PROJECT(Orxonox)
2
3SET( OBJECTS_SRC_FILES
[376]4  BaseObject.cc
[496]5  WorldEntity.cc
[376]6  test1.cc
7  test2.cc
8  test3.cc
[507]9  Ambient.cc
10  Skybox.cc
[515]11  SceneNode.cc
12  Entity.cc
13  Camera.cc
14  SpaceshipSteeringObject.cc
[555]15  Model.cc
[341]16)
17
[358]18ADD_LIBRARY(objects SHARED ${OBJECTS_SRC_FILES})
[480]19
20TARGET_LINK_LIBRARIES( objects
21  xml
[482]22  orxonox
[480]23)
Note: See TracBrowser for help on using the repository browser.