Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 602 was 602, checked in by bknecht, 16 years ago

npc class added using AI stuff

File size: 374 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
[565]12  BaseEntity.cc
[515]13  Entity.cc
14  Camera.cc
15  SpaceshipSteeringObject.cc
[555]16  Model.cc
[576]17  Mesh.cc
[602]18  NPC.cc
[341]19)
20
[358]21ADD_LIBRARY(objects SHARED ${OBJECTS_SRC_FILES})
[480]22
23TARGET_LINK_LIBRARIES( objects
24  xml
[482]25  orxonox
[565]26)
Note: See TracBrowser for help on using the repository browser.