install old headers for better compatibility with existing code
This commit is contained in:
parent
8bcdb56ca9
commit
3c89a166c6
@ -1,4 +1,4 @@
|
|||||||
file(GLOB old_hdrs "include/*.h*")
|
file(GLOB old_hdrs "opencv/*.h*")
|
||||||
install(FILES ${lib_hdrs}
|
install(FILES ${old_hdrs}
|
||||||
DESTINATION include/opencv
|
DESTINATION include/opencv
|
||||||
COMPONENT main)
|
COMPONENT main)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user