install old headers for better compatibility with existing code

pull/13383/head
Vadim Pisarevsky 15 years ago
parent 8bcdb56ca9
commit 3c89a166c6
  1. 4
      include/CMakeLists.txt

@ -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…
Cancel
Save