mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
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*")
|
||||
install(FILES ${lib_hdrs}
|
||||
file(GLOB old_hdrs "opencv/*.h*")
|
||||
install(FILES ${old_hdrs}
|
||||
DESTINATION include/opencv
|
||||
COMPONENT main)
|
||||
|
Loading…
Reference in New Issue
Block a user