summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@mines-paris.org>2018-01-27 11:22:09 +0000
committerEven Rouault <even.rouault@mines-paris.org>2018-01-27 11:22:09 +0000
commitc4d31e9b06a06d3876a86fc2166ee52c641e95a0 (patch)
tree90af4484293f134f0f6442128b001f18e2d67d17 /tools
parentfb0489937cbf2d05eb3561e47b7286d94f91fdd3 (diff)
parente7b87e5d3e28627cf50f94dd5163ebb1c6ff8b1c (diff)
downloadlibtiff-git-c4d31e9b06a06d3876a86fc2166ee52c641e95a0.tar.gz
Merge branch 'patch-1' into 'master'
Update CMakeLists.txt for build fix on Windows See merge request libtiff/libtiff!14
Diffstat (limited to 'tools')
-rw-r--r--tools/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 331f83c0..886d4549 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -118,7 +118,7 @@ if(HAVE_OPENGL)
endif()
add_executable(tiffgt tiffgt.c)
- target_link_libraries(tiffgt tiff ${GLUT_LIBRARIES} ${OPENGL_LIBRARIES})
+ target_link_libraries(tiffgt tiff port ${GLUT_LIBRARIES} ${OPENGL_LIBRARIES})
install(TARGETS tiffgt
RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}")