Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/CMakeLists.txt @ 337

Last change on this file since 337 was 337, checked in by bknecht, 16 years ago

merged merger to FICN branch

File size: 666 bytes
Line 
1PROJECT(Orxonox)
2
3ADD_SUBDIRECTORY(orxonox)
4ADD_SUBDIRECTORY(loader)
5ADD_SUBDIRECTORY(network)
6ADD_SUBDIRECTORY(class_hierarchy)
7
8# =======
9# PROJECT(Orxonox)
10#
11# # create a few variables to simplify life
12#
13# SET(SRC_FILES orxonox.cc loader/LevelLoader.cc xml/xmlParser.cc spaceship_steering.cc)
14# SET(INC_FILES loader/LevelLoader.h xml/xmlParser.h spaceship_steering.h )
15#
16# #Creates an executable
17# ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES})
18# #Links the executable against OGRE and OIS
19# TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES})
20#
21# >>>>>>> .merge-right.r318
Note: See TracBrowser for help on using the repository browser.