Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

WIN32 hack in CLs

File size: 334 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  Ambient.cc
10  Skybox.cc
11  SceneNode.cc
12  Entity.cc
13  Camera.cc
14  SpaceshipSteeringObject.cc
15  Model.cc
16)
17
18ADD_LIBRARY(objects SHARED ${OBJECTS_SRC_FILES})
19
20TARGET_LINK_LIBRARIES( objects
21  xml
22  orxonox
23)
Note: See TracBrowser for help on using the repository browser.