Changeset 594 for code/branches/FICN/src
- Timestamp:
- Dec 17, 2007, 9:06:41 PM (17 years ago)
- Location:
- code/branches/FICN/src/orxonox
- Files:
-
- 23 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/CMakeLists.txt
r576 r594 6 6 ADD_SUBDIRECTORY(objects) 7 7 ENDIF(NOT WIN32) 8 ADD_SUBDIRECTORY(weapon)9 8 ADD_SUBDIRECTORY(particle) 10 9 … … 12 11 SET( ORXONOX_SRC_FILES 13 12 orxonox.cc 14 orxonox_scene.cc15 orxonox_ship.cc16 run_manager.cc17 13 spaceship_steering.cc 18 inertial_node.cc19 14 main.cc 20 15 graphicsEngine.cc … … 61 56 hud 62 57 ${LINK_OBJECTS_LIBRARY} 63 weapon64 58 xml 65 59 particle
Note: See TracChangeset
for help on using the changeset viewer.