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/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
Note: See TracChangeset for help on using the changeset viewer.