Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/skybox/src/CMakeLists.txt @ 2117

Last change on this file since 2117 was 483, checked in by gabrieho, 17 years ago

working but still poor skybox :)

File size: 470 bytes
RevLine 
[135]1PROJECT(Orxonox)
2
3# create a few variables to simplify life
4
[483]5SET(SRC_FILES orxonox.cc Universe.cpp loader/LevelLoader.cc xml/xmlParser.cc skybox/SkyBox.cc)
6SET(INC_FILES Universe.h loader/LevelLoader.h xml/xmlParser.h skybox/SkyBox.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.