opencv/cmake/templates
Andrey Kamaev 024185b9ed Fix OpenCVConfig.cmake generated for Android platform (issue #2496)
* fix path to libraries in Android SDK
* allow to link to opencv_java.so as Android.mk does

To link to opencv_java.so you can either change your cmake to find OpenCV as

    find_package(OpenCV opencv_java)

or pass -DOpenCV_FIND_COMPONENTS=opencv_java to your cmake command
2013-02-27 15:04:29 +04:00
..
cmake_uninstall.cmake.in Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
cvconfig.h.cmake Merge pull request #346 from taka-no-me:decouple_V4L2 2013-01-29 19:25:30 +04:00
opencv_modules.hpp.in Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
opencv-XXX.pc.cmake.in Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options. 2012-01-03 13:48:12 +00:00
OpenCV.mk.in Static ANdroid samples build for MIPS fixed 2013-02-26 10:32:10 +04:00
OpenCVConfig-version.cmake.in Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options. 2012-01-03 13:48:12 +00:00
OpenCVConfig.cmake.in Fix OpenCVConfig.cmake generated for Android platform (issue #2496) 2013-02-27 15:04:29 +04:00