Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/network/src/CMakeLists.txt @ 95

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

first trys with network libraries

File size: 432 bytes
Line 
1PROJECT(Orxonox)
2
3# create a few variables to simplify life
4SET(SRC_FILES orxonox.cc)
5SET(INC_FILES ExampleApplication.h  ExampleFrameListener.h)
6include_directories( "./tnl" )
7
8#Creates an executable
9ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES})
10#Links the executable against OGRE and OIS
11#TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} /home/scheusso/orxonox/network/src/raklib/libraknet.so.2.4.5.2)
Note: See TracBrowser for help on using the repository browser.