Updated by Andrey Kamaev almost 13 years ago
# mingw builds don't need a copy of @opencv_modules.hpp@
# -gpu and- gpu and python sub-folders don't need an a OpenCVConfig.cmake
# @OpenCVConfig.cmake@ should be gotten from @build/win-install/OpenCVConfig.cmake@ (*not from* @build/OpenCVConfig.cmake@)
# @OpenCVConfig-version.cmake@ should be also included into the package (should be placed at top level: @./build/OpenCVConfig-version.cmake@)
# Lets put @OpenCVConfig.cmake@ to the @lib@ folders instead of @bin@.
# (new) Every @lib@ sub-folder under @build/gpu@ has to have own @OpenCVConfig.cmake@. @build/gpu/OpenCVConfig.cmake@ is not needed.
# -gpu and- gpu and python sub-folders don't need an a OpenCVConfig.cmake
# @OpenCVConfig.cmake@ should be gotten from @build/win-install/OpenCVConfig.cmake@ (*not from* @build/OpenCVConfig.cmake@)
# @OpenCVConfig-version.cmake@ should be also included into the package (should be placed at top level: @./build/OpenCVConfig-version.cmake@)
# Lets put @OpenCVConfig.cmake@ to the @lib@ folders instead of @bin@.
# (new) Every @lib@ sub-folder under @build/gpu@ has to have own @OpenCVConfig.cmake@. @build/gpu/OpenCVConfig.cmake@ is not needed.