highgui headers were not being installed...

This commit is contained in:
Ethan Rublee 2012-01-30 19:07:14 +00:00
parent f8aba8608d
commit b254358d35

View File

@ -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)