Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 2, 2008, 7:00:54 PM (16 years ago)
Author:
rgrieder
Message:
  • Modified cmake files to support library finding when using Visual Studio precompiled dependencies
  • Removed vorbisenc executable from library dependency
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/FindCEGUI.cmake

    r1810 r1872  
    2626    FIND_PATH(CEGUI_INCLUDE_DIR CEGUI.h
    2727        ../libs/cegui-0.6.1/include
     28        ${DEPENDENCY_DIR}/cegui-0.6.1/include
    2829    )
    2930
     
    3132    FIND_LIBRARY(CEGUI_LIBDIR NAMES ${CEGUI_LIBRARIES} PATHS
    3233        ../libs/cegui-0.6.1/bin
     34        ${DEPENDENCY_DIR}/cegui-0.6.1/lib
    3335    )
    3436
Note: See TracChangeset for help on using the changeset viewer.