install old headers for better compatibility with existing code
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user