Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 16, 2007, 2:04:21 AM (16 years ago)
Author:
nicolasc
Message:
  • standardized FindZLIB.cmake
  • minor cleanup in Media
File:
1 edited

Legend:

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

    r538 r539  
    3535
    3636ADD_LIBRARY(network SHARED ${NETWORK_SRC_FILES})
    37 TARGET_LINK_LIBRARIES(network ${Zlib_LIBRARY} ${ENet_LIBRARY} ${Boost_thread_LIBRARIES})
     37TARGET_LINK_LIBRARIES(network ${ZLIB_LIBRARY} ${ENet_LIBRARY} ${Boost_thread_LIBRARIES})
    3838
    3939ADD_EXECUTABLE(chatserver ${CHATSERVER_SRC_FILES})
     
    4444  #objects
    4545  ${ENet_LIBRARY}
    46   ${Zlib_LIBRARY}
     46  ${ZLIB_LIBRARY}
    4747  ${WINDOWS_ENET_DEPENDENCIES}
    4848)
     
    5555  #objects
    5656  ${ENet_LIBRARY}
    57   ${Zlib_LIBRARY}
     57  ${ZLIB_LIBRARY}
    5858  ${WINDOWS_ENET_DEPENDENCIES}
    5959)
Note: See TracChangeset for help on using the changeset viewer.