Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 5, 2007, 9:29:25 PM (17 years ago)
Author:
rgrieder
Message:
  • added all my own files in the src directory
  • edited CMakeLists.txt in the src folder to match my files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto/src/CMakeLists.txt

    r137 r171  
    22
    33# create a few variables to simplify life
    4 SET(SRC_FILES orxonox.cc)
    5 #SET(INC_FILES ExampleApplication.h  ExampleFrameListener.h)
     4SET(SRC_FILES
     5        orxonox.cc
     6        main.cc
     7        ammunition_dump.cc
     8        barrel_gun..c
     9        bullet.cc
     10        camera_manager.cc
     11        ogre_control.cc
     12        orxonox_scene.cc
     13        orxonox_ship.cc
     14        run_manager.cc
     15        weapon_manager.cc)
     16SET(INC_FILES
     17        ammunition_dump.h
     18        barrel_gun.h
     19        bullet.h
     20        camera_manager.h
     21        orgre_control.h
     22        orxonox.h
     23        orxonox_prerequisites.h
     24        orxonox_scene.h
     25        orxonox_ship.h
     26        run_manager.h
     27        weapon.h
     28        weapon_manager.h)
    629
    730#Creates an executable
Note: See TracChangeset for help on using the changeset viewer.