Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2007, 6:33:17 PM (16 years ago)
Author:
rgrieder
Message:
  • fixed the last bug (BaseObjet.cc —> BaseObject.cc)
  • removed the header file names in the CMakeLists.txt (src/weapon and src)
File:
1 edited

Legend:

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

    r270 r273  
    1111        orxonox_ship.cc
    1212        run_manager.cc
    13 
    14         camera_manager.h
    15         inertial_node.h
    16         ogre_control.h
    17         orxonox.h
    18         orxonox_prerequisites.h
    19         orxonox_scene.h
    20         orxonox_ship.h
    21         run_manager.h
    22    )
     13)
    2314
    2415#Creates an executable
     
    3627        HUD
    3728        ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES}
    38         )
     29)
     30
    3931#TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES})
Note: See TracChangeset for help on using the changeset viewer.