1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

update CMakeList.txt

This commit is contained in:
Suleyman TURKMEN
2018-02-02 14:19:29 +03:00
parent c8d8b1fbcd
commit 3b191bf2dd
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
)