Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/xml/src/CMakeLists.txt @ 140

Last change on this file since 140 was 140, checked in by nicolape, 16 years ago

XML-Loader so far…

File size: 414 bytes
RevLine 
[81]1PROJECT(Orxonox)
[76]2
3# create a few variables to simplify life
[140]4SET(SRC_FILES orxonox.cc loader/LevelLoader.cc xml/xmlParser.cc)
5SET(INC_FILES ExampleApplication.h  ExampleFrameListener.h loader/LevelLoader.h xml/xmlParser.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
[81]10TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES})
[76]11
Note: See TracBrowser for help on using the repository browser.