mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
added opencv/include/CMakeLists.txt to the install package for Windows
This commit is contained in:
parent
1dfcb6fb22
commit
8a87c15a66
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user