Changeset 273 for code/branches
- Timestamp:
- Nov 27, 2007, 6:33:17 PM (17 years ago)
- Location:
- code/branches/main_reto/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/main_reto/src/CMakeLists.txt
r270 r273 11 11 orxonox_ship.cc 12 12 run_manager.cc 13 14 camera_manager.h 15 inertial_node.h 16 ogre_control.h 17 orxonox.h 18 orxonox_prerequisites.h 19 orxonox_scene.h 20 orxonox_ship.h 21 run_manager.h 22 ) 13 ) 23 14 24 15 #Creates an executable … … 36 27 HUD 37 28 ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES} 38 ) 29 ) 30 39 31 #TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES}) -
code/branches/main_reto/src/class_hierarchy/CMakeLists.txt
r272 r273 3 3 # create a few variables to simplify life 4 4 SET( CLASS_HIERARCHY_SRC 5 BaseObje t.cc5 BaseObject.cc 6 6 ClassHierarchy.cc 7 7 Identifier.cc -
code/branches/main_reto/src/weapon/CMakeLists.txt
r272 r273 9 9 bullet_manager.cc 10 10 weapon_station.cc 11 12 ammunition_dump.h 13 barrel_gun.h 14 base_weapon.h 15 bullet.h 16 bullet_manager.h 17 weapon_station.h 18 ) 11 ) 19 12 20 13 ADD_LIBRARY(WEAPON ${WEAPON_SRC} )
Note: See TracChangeset
for help on using the changeset viewer.