Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

FindALUT and FindENet cleaned up

Location:
code/branches/buildsystem/src
Files:
2 edited

Legend:

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

    r1980 r2054  
    1717
    1818# Set the search paths for the linking
     19# TODO: remove this after the CMake Modules have been fixed and use absolut paths
    1920LINK_DIRECTORIES(
    2021  ${OGRE_LIB_DIR}
    2122  ${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}
    2823)
    2924
  • 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.