1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00
Files
opencv/include/CMakeLists.txt
T
2010-05-11 17:44:00 +00:00

5 lines
112 B
CMake

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