Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 191


Ignore:
Timestamp:
Nov 7, 2007, 10:07:29 PM (16 years ago)
Author:
rgrieder
Message:

fixed CMakeLists.txt files

Location:
code/branches/main_reto/src
Files:
2 edited

Legend:

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

    r190 r191  
    55        orxonox.cc
    66        main.cc
    7         ammunition_dump.cc
    8         barrel_gun.cc
    9         bullet.cc
    107        camera_manager.cc
     8        inertial_node.cc
    119        ogre_control.cc
    1210        orxonox_scene.cc
    1311        orxonox_ship.cc
    14         run_manager.cc
    15         weapon_manager.cc)
     12        run_manager.cc)
     13
    1614SET(INC_FILES
    17         ammunition_dump.h
    18         barrel_gun.h
    19         bullet.h
    2015        camera_manager.h
     16        inertial_node.h
    2117        ogre_control.h
    2218        orxonox.h
     
    2420        orxonox_scene.h
    2521        orxonox_ship.h
    26         run_manager.h
    27         weapon.h
    28         weapon_manager.h)
     22        run_manager.h)
    2923
    3024#Creates an executable
  • code/branches/main_reto/src/weapon/CMakeLists.txt

    r190 r191  
    33# create a few variables to simplify life
    44SET(SRC_FILES
    5         orxonox.cc
    6         main.cc
    75        ammunition_dump.cc
    8         barrel_gun.cc
    96        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
    158        weapon_manager.cc)
    169SET(INC_FILES
    1710        ammunition_dump.h
    18         barrel_gun.h
    1911        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
    2713        weapon.h
    2814        weapon_manager.h)
Note: See TracChangeset for help on using the changeset viewer.