Changeset 2054 for code/branches/buildsystem/src
- Timestamp:
- Oct 29, 2008, 3:45:22 PM (16 years ago)
- Location:
- code/branches/buildsystem/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/src/CMakeLists.txt
r1980 r2054 17 17 18 18 # Set the search paths for the linking 19 # TODO: remove this after the CMake Modules have been fixed and use absolut paths 19 20 LINK_DIRECTORIES( 20 21 ${OGRE_LIB_DIR} 21 22 ${CEGUI_LIB_DIR} 22 # ${CEGUI_SCRIPT_LIB_DIR}23 # ${CEGUI_OGRE_LIB_DIR}24 ${ENet_LIBRARY}25 ${Boost_LIBRARY_DIRS}26 ${Zlib_LIBRARY_DIR}27 ${TCL_LIBRARY}28 23 ) 29 24 -
code/branches/buildsystem/src/network/CMakeLists.txt
r1977 r2054 27 27 TARGET_LINK_LIBRARIES( network 28 28 ${ZLIB_LIBRARY} 29 ${ENet_LIBRAR Y}29 ${ENet_LIBRARIES} 30 30 ${Boost_THREAD_LIBRARY} 31 31 core … … 43 43 ${OGRE_LIBRARIES} 44 44 network 45 ${ENet_LIBRAR Y}45 ${ENet_LIBRARIES} 46 46 ${ZLIB_LIBRARY} 47 ${WINDOWS_ENET_DEPENDENCIES}48 47 ) 49 48 ##### end test for gamestate stuff #####
Note: See TracChangeset
for help on using the changeset viewer.