Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 29, 2008, 3:45:22 PM (16 years ago)
Author:
adrfried
Message:

FindALUT and FindENet cleaned up

File:
1 edited

Legend:

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

    r1977 r2054  
    2727TARGET_LINK_LIBRARIES( network
    2828  ${ZLIB_LIBRARY}
    29   ${ENet_LIBRARY}
     29  ${ENet_LIBRARIES}
    3030  ${Boost_THREAD_LIBRARY}
    3131  core
     
    4343    ${OGRE_LIBRARIES}
    4444    network
    45     ${ENet_LIBRARY}
     45    ${ENet_LIBRARIES}
    4646    ${ZLIB_LIBRARY}
    47     ${WINDOWS_ENET_DEPENDENCIES}
    4847  )
    4948  ##### end test for gamestate stuff #####
Note: See TracChangeset for help on using the changeset viewer.