From 2d3e1703707a0734de106759ecce4bd5275eb825 Mon Sep 17 00:00:00 2001 From: a-andre Date: Tue, 13 Oct 2015 18:16:14 +0200 Subject: [PATCH] install opencv2/highgui.hpp header (cherry picked from commit d16fb3051296feebd04cdd7a372e0049629c155f) --- modules/highgui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/CMakeLists.txt b/modules/highgui/CMakeLists.txt index 7905872b80..44cf98c613 100644 --- a/modules/highgui/CMakeLists.txt +++ b/modules/highgui/CMakeLists.txt @@ -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)