summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2015-08-21 01:59:33 +0000
committerbfriesen <bfriesen>2015-08-21 01:59:33 +0000
commit7650bffba1399e4640b9415c90d89c3e1045432d (patch)
tree18cf9555c9675afc41b9393a7396f93f2a575f2e /tools
parentf3fc4eaff5b0d3ef9b0464e60540a051909b8156 (diff)
downloadlibtiff-7650bffba1399e4640b9415c90d89c3e1045432d.tar.gz
Fix Cmake build issues caused by Windows large file updates.
Diffstat (limited to 'tools')
-rw-r--r--tools/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index c8a5005f..a595c4b8 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -26,6 +26,7 @@ extra_dist(Makefile.vc)
include_directories(${PROJECT_SOURCE_DIR}/libtiff
${PROJECT_BINARY_DIR}/libtiff
+ ${PROJECT_SOURCE_DIR}/port
${CMAKE_CURRENT_BINARY_DIR})
add_executable(bmp2tiff bmp2tiff.c)