Changeset 2581 for code/branches/buildsystem2/src/network
- Timestamp:
- Jan 8, 2009, 10:22:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/network/CMakeLists.txt
r2579 r2581 26 26 TARGET_LINK_LIBRARIES( network 27 27 ${ZLIB_LIBRARY} 28 ${EN et_LIBRARIES}28 ${ENET_LIBRARY} 29 29 ${Boost_THREAD_LIBRARY} 30 30 core … … 45 45 ${OGRE_LIBRARY} 46 46 network 47 ${EN et_LIBRARY}47 ${ENET_LIBRARY} 48 48 ${ZLIB_LIBRARY} 49 49 )
Note: See TracChangeset
for help on using the changeset viewer.