Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/CMakeLists.txt @ 113

Last change on this file since 113 was 113, checked in by anonymous, 17 years ago

nicolasc: some modification, removed cegui-opengl as it is not working

File size: 380 bytes
RevLine 
[81]1PROJECT(Orxonox)
[76]2
3# create a few variables to simplify life
4SET(SRC_FILES orxonox.cc)
[86]5SET(INC_FILES ExampleApplication.h  ExampleFrameListener.h)
[76]6
7#Creates an executable
[81]8ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES})
[76]9#Links the executable against OGRE and OIS
[113]10TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${CEGUI_LIBRARIES} ${CEGUI_OGRE_LIBRARIES})
Note: See TracBrowser for help on using the repository browser.