1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #10764 from sturkmen72:update_cmake

This commit is contained in:
Alexander Alekhin
2018-02-05 14:07:40 +00:00
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -20,6 +20,10 @@ if(APPLE)
list(APPEND HIGHGUI_LIBRARIES ${ZLIB_LIBRARIES})
endif()
if(HAVE_WEBP)
add_definitions(-DHAVE_WEBP)
endif()
set(highgui_hdrs
${CMAKE_CURRENT_LIST_DIR}/src/precomp.hpp
)