mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
highgui headers were not being installed...
This commit is contained in:
parent
f8aba8608d
commit
b254358d35
@ -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…
Reference in New Issue
Block a user