Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 24, 2007, 7:28:55 PM (17 years ago)
Author:
anonymous
Message:

first trys with network libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/CMakeLists.txt

    r89 r95  
    44SET(SRC_FILES orxonox.cc)
    55SET(INC_FILES ExampleApplication.h  ExampleFrameListener.h)
     6include_directories( "./tnl" )
    67
    78#Creates an executable
    89ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES})
    910#Links the executable against OGRE and OIS
    10 TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES})
    11 
     11#TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} /home/scheusso/orxonox/network/src/raklib/libraknet.so.2.4.5.2)
Note: See TracChangeset for help on using the changeset viewer.