Files
gimp/build/windows/jhbuild/toolchain.cmake
Michael Henning f4478907d8 build/win: Upgrade exiv2 to 0.24
And also switch to compiling exiv2 with cmake.
2014-02-05 14:07:40 -05:00

6 lines
169 B
CMake

set (CMAKE_SYSTEM_NAME Windows)
set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)