Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

fixed CMakeLists.txt files

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.