Commit 8a87c15a authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

added opencv/include/CMakeLists.txt to the install package for Windows

parent 1dfcb6fb
......@@ -1224,6 +1224,11 @@ if(BUILD_PACKAGE)
DESTINATION "."
COMPONENT main
)
install(FILES
"include/CMakeLists.txt"
DESTINATION "include/"
COMPONENT src
)
if(CMAKE_INSTALL_DEBUG_LIBRARIES)
foreach(m calib3d core contrib features2d ffmpeg flann gpu highgui imgproc legacy ml objdetect video)
......
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