Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added Mesh and Model (doesn't work yet, but i don't want to have merge conflicts all the time :P)

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