opencv/include/CMakeLists.txt

5 lines
112 B
CMake

file(GLOB old_hdrs "include/*.h*")
install(FILES ${lib_hdrs}
DESTINATION include/opencv
COMPONENT main)