From 8a87c15a66d6aa7a8e060ec5f19841b7f7eb451b Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Thu, 9 Dec 2010 12:23:41 +0000 Subject: [PATCH] added opencv/include/CMakeLists.txt to the install package for Windows --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc53f083d..1a4622157 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)