update cmake 'install' target for Windows platform
authorAlexander Alekhin <alexander.alekhin@itseez.com>
Wed, 7 Aug 2013 08:53:48 +0000 (12:53 +0400)
committerAlexander Alekhin <alexander.alekhin@itseez.com>
Wed, 9 Oct 2013 13:49:10 +0000 (17:49 +0400)
commit555c505b70c5d25937143a228ca1c490aba6d85e
treebda301f32d16322ffd4f855f79940faf0007a2b6
parente3b42ed1372016638dd0873f2cb26d6fe3101b38
update cmake 'install' target for Windows platform

Allow to build samples via OpenCV binaries from distribution package
(find_package with OpenCV_DIR).
25 files changed:
3rdparty/libjasper/CMakeLists.txt
3rdparty/libjpeg/CMakeLists.txt
3rdparty/libpng/CMakeLists.txt
3rdparty/libtiff/CMakeLists.txt
3rdparty/openexr/CMakeLists.txt
3rdparty/tbb/CMakeLists.txt
3rdparty/zlib/CMakeLists.txt
CMakeLists.txt
apps/haartraining/CMakeLists.txt
apps/traincascade/CMakeLists.txt
cmake/OpenCVConfig.cmake
cmake/OpenCVDetectCXXCompiler.cmake
cmake/OpenCVGenConfig.cmake
cmake/OpenCVModule.cmake
cmake/OpenCVUtils.cmake
cmake/templates/OpenCVConfig.cmake.in
modules/core/CMakeLists.txt
modules/highgui/CMakeLists.txt
modules/ocl/CMakeLists.txt
samples/CMakeLists.txt
samples/c/CMakeLists.txt
samples/cpp/CMakeLists.txt
samples/gpu/CMakeLists.txt
samples/gpu/performance/CMakeLists.txt
samples/ocl/CMakeLists.txt