Changeset 101 for code/branches/network/src
- Timestamp:
- Oct 25, 2007, 4:11:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/CMakeLists.txt
r95 r101 4 4 SET(SRC_FILES orxonox.cc) 5 5 SET(INC_FILES ExampleApplication.h ExampleFrameListener.h) 6 include_directories( "./tnl" )7 6 8 7 #Creates an executable 9 8 ADD_EXECUTABLE(../bin/main ${SRC_FILES} ${INC_FILES}) 10 9 #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) 10 TARGET_LINK_LIBRARIES(../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES}) 11
Note: See TracChangeset
for help on using the changeset viewer.