mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
5 lines
112 B
CMake
5 lines
112 B
CMake
file(GLOB old_hdrs "include/*.h*")
|
|
install(FILES ${lib_hdrs}
|
|
DESTINATION include/opencv
|
|
COMPONENT main)
|