- Timestamp:
- Nov 7, 2007, 10:07:29 PM (17 years ago)
- Location:
- code/branches/main_reto/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/main_reto/src/CMakeLists.txt
r190 r191 5 5 orxonox.cc 6 6 main.cc 7 ammunition_dump.cc8 barrel_gun.cc9 bullet.cc10 7 camera_manager.cc 8 inertial_node.cc 11 9 ogre_control.cc 12 10 orxonox_scene.cc 13 11 orxonox_ship.cc 14 run_manager.cc 15 weapon_manager.cc) 12 run_manager.cc) 13 16 14 SET(INC_FILES 17 ammunition_dump.h18 barrel_gun.h19 bullet.h20 15 camera_manager.h 16 inertial_node.h 21 17 ogre_control.h 22 18 orxonox.h … … 24 20 orxonox_scene.h 25 21 orxonox_ship.h 26 run_manager.h 27 weapon.h 28 weapon_manager.h) 22 run_manager.h) 29 23 30 24 #Creates an executable -
code/branches/main_reto/src/weapon/CMakeLists.txt
r190 r191 3 3 # create a few variables to simplify life 4 4 SET(SRC_FILES 5 orxonox.cc6 main.cc7 5 ammunition_dump.cc 8 barrel_gun.cc9 6 bullet.cc 10 camera_manager.cc 11 ogre_control.cc 12 orxonox_scene.cc 13 orxonox_ship.cc 14 run_manager.cc 7 bullet_manager.cc 15 8 weapon_manager.cc) 16 9 SET(INC_FILES 17 10 ammunition_dump.h 18 barrel_gun.h19 11 bullet.h 20 camera_manager.h 21 ogre_control.h 22 orxonox.h 23 orxonox_prerequisites.h 24 orxonox_scene.h 25 orxonox_ship.h 26 run_manager.h 12 bullet_manager.h 27 13 weapon.h 28 14 weapon_manager.h)
Note: See TracChangeset
for help on using the changeset viewer.