Merge branch 'patch-1' into 'master'
Update CMakeLists.txt for build fix on Windows See merge request libtiff/libtiff!14
This commit is contained in:
commit
c4d31e9b06
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user