Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/objecthierarchie/src/CMakeLists.txt @ 131

Last change on this file since 131 was 131, checked in by landauf, 16 years ago

made a copy

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