highgui headers were not being installed...

pull/13383/head
Ethan Rublee 13 years ago
parent f8aba8608d
commit b254358d35
  1. 3
      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)

Loading…
Cancel
Save