Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/steering/src/CMakeLists.txt @ 209

Last change on this file since 209 was 209, checked in by mbiber, 16 years ago

added steering class

File size: 457 bytes
RevLine 
[135]1PROJECT(Orxonox)
2
3# create a few variables to simplify life
4
[209]5SET(SRC_FILES orxonox.cc loader/LevelLoader.cc xml/xmlParser.cc spaceship_steering.cc)
6SET(INC_FILES loader/LevelLoader.h xml/xmlParser.h spaceship_steering.h )
[164]7
[135]8#Creates an executable
9ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES})
10#Links the executable against OGRE and OIS
[137]11TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES})
[135]12
Note: See TracBrowser for help on using the repository browser.