Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 25, 2007, 4:11:00 PM (17 years ago)
Author:
anonymous
Message:

changed CMakeList.txt; now compiling

File:
1 edited

Legend:

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

    r95 r101  
    44SET(SRC_FILES orxonox.cc)
    55SET(INC_FILES ExampleApplication.h  ExampleFrameListener.h)
    6 include_directories( "./tnl" )
    76
    87#Creates an executable
    98ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES})
    109#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)
     10TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES})
     11
Note: See TracChangeset for help on using the changeset viewer.