0
0
mirror of https://github.com/opencv/opencv.git synced 2026-01-18 17:21:42 +01:00

install old headers for better compatibility with existing code

This commit is contained in:
Vadim Pisarevsky
2010-05-13 07:10:27 +00:00
parent 8bcdb56ca9
commit 3c89a166c6

View File

@@ -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)