From b254358d35579be9f602dba95ca758730923d2d2 Mon Sep 17 00:00:00 2001 From: Ethan Rublee Date: Mon, 30 Jan 2012 19:07:14 +0000 Subject: [PATCH] highgui headers were not being installed... --- modules/highgui/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/highgui/CMakeLists.txt b/modules/highgui/CMakeLists.txt index dccf4b8..a499523 100644 --- a/modules/highgui/CMakeLists.txt +++ b/modules/highgui/CMakeLists.txt @@ -12,6 +12,9 @@ endif() set(the_target "opencv_highgui") project(${the_target}) +#so that the headers get installed. +file(GLOB lib_hdrs "include/opencv2/highgui/*.h*") + set(GRFMT_LIBS) if(WITH_PNG OR WITH_TIFF OR WITH_OPENEXR) -- 2.7.4