mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 12:10:49 +08:00
install opencv2/highgui.hpp header
(cherry picked from commit d16fb30512
)
This commit is contained in:
parent
8a37fc8223
commit
2d3e170370
@ -64,7 +64,7 @@ set(highgui_srcs
|
||||
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)
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
|
Loading…
Reference in New Issue
Block a user