CMakeLists.txt 111 Bytes
Newer Older
1 2
file(GLOB old_hdrs "opencv/*.h*")
install(FILES ${old_hdrs}
3 4
    DESTINATION include/opencv
    COMPONENT main)