Changeset 539 for code/branches/FICN/src
- Timestamp:
- Dec 16, 2007, 2:04:21 AM (17 years ago)
- Location:
- code/branches/FICN/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/network/CMakeLists.txt
r538 r539 35 35 36 36 ADD_LIBRARY(network SHARED ${NETWORK_SRC_FILES}) 37 TARGET_LINK_LIBRARIES(network ${Z lib_LIBRARY} ${ENet_LIBRARY} ${Boost_thread_LIBRARIES})37 TARGET_LINK_LIBRARIES(network ${ZLIB_LIBRARY} ${ENet_LIBRARY} ${Boost_thread_LIBRARIES}) 38 38 39 39 ADD_EXECUTABLE(chatserver ${CHATSERVER_SRC_FILES}) … … 44 44 #objects 45 45 ${ENet_LIBRARY} 46 ${Z lib_LIBRARY}46 ${ZLIB_LIBRARY} 47 47 ${WINDOWS_ENET_DEPENDENCIES} 48 48 ) … … 55 55 #objects 56 56 ${ENet_LIBRARY} 57 ${Z lib_LIBRARY}57 ${ZLIB_LIBRARY} 58 58 ${WINDOWS_ENET_DEPENDENCIES} 59 59 ) -
code/branches/FICN/src/orxonox/orxonox.cc
r537 r539 67 67 #include "../network/Client.h" 68 68 #include "../network/NetworkFrameListener.h" 69 70 // some tests to see if enet works without includsion71 //#include <enet/enet.h>72 //#include <enet/protocol.h>73 69 74 70
Note: See TracChangeset
for help on using the changeset viewer.