Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/merger/src/CMakeLists.txt @ 300

Last change on this file since 300 was 300, checked in by nicolasc, 16 years ago

initial merge of main_reto

File size: 838 bytes
Line 
1PROJECT(Orxonox)
2
3ADD_SUBDIRECTORY(orxonox)
4ADD_SUBDIRECTORY(loader)
5ADD_SUBDIRECTORY(network)
6ADD_SUBDIRECTORY(hud)
7ADD_SUBDIRECTORY(weapon)
8ADD_SUBDIRECTORY(class_hierarchy)
9
10
11# create a few variables to simplify life
12# SET( ORXONOX_SRC
13#       inertial_node.cc
14#       main.cc
15#       ogre_control.cc
16#       orxonox.cc
17#       orxonox_scene.cc
18#       orxonox_ship.cc
19#       run_manager.cc
20# )
21
22#Creates an executable
23# ADD_EXECUTABLE(../bin/main ${ORXONOX_SRC} )
24
25#add weapon source dir
26
27# ADD_SUBDIRECTORY(hud)
28
29#Links the executable against OGRE and OIS
30# TARGET_LINK_LIBRARIES(../bin/main
31#       WEAPON
32#       CLASS_HIERARCHY
33#       HUD
34#       ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES}
35# )
36
37#TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES})
38
Note: See TracBrowser for help on using the repository browser.