Commit 3c89a166 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

install old headers for better compatibility with existing code

parent 8bcdb56c
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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment