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/FindZLIB.cmake

    r1776 r1872  
    3737  FIND_PATH(ZLIB_INCLUDE_DIR zlib.h
    3838    ../libs/zlib/include
     39    ${DEPENDENCY_DIR}/zlib-1.2.3/include
    3940  )
    4041
     
    4243    NAMES zlib
    4344    PATHS ${ZLIB_LIBRARY_DIR}
     45    ${DEPENDENCY_DIR}/zlib-1.2.3/lib
    4446  )
    4547ENDIF(WIN32)
Note: See TracChangeset for help on using the changeset viewer.