Commit 2d3e1703 authored by a-andre's avatar a-andre Committed by Alexander Smorkalov

install opencv2/highgui.hpp header

(cherry picked from commit d16fb305)
parent 8a37fc82
...@@ -64,7 +64,7 @@ set(highgui_srcs ...@@ -64,7 +64,7 @@ set(highgui_srcs
src/window.cpp src/window.cpp
) )
file(GLOB highgui_ext_hdrs "include/opencv2/${name}/*.hpp" "include/opencv2/${name}/*.h") file(GLOB highgui_ext_hdrs "include/opencv2/*.hpp" "include/opencv2/${name}/*.hpp" "include/opencv2/${name}/*.h")
if(HAVE_QT5) if(HAVE_QT5)
set(CMAKE_AUTOMOC ON) set(CMAKE_AUTOMOC ON)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment