opencv/cmake/templates
Roman Donchenko 6e121b2e29 Use imported targets for linking to CUDA
This retains the desirable quality of not including paths to CUDA libraries
from the build system into the config files, and has two major advantages:

* It removes the need to use link_directories, which doesn't guarantee that
  the libraries from the supplied directory will be used (there may be
  libraries with the same names earlier in the search path).

* It removes the need to put -L entries into OPENCV_LINKER_LIBS. This variable
  is used with target_link_libraries, where such entries are treated as linker
  flags, so doing this is unportable. I remove the support for -L entries
  from OpenCVGenPkgconfig.cmake, as well, to discourage adding them in the
  future.
2015-03-31 13:46:28 +03:00
..
changelog.Debian.in Added Debian changelog installation step for Debian package generation. 2015-01-30 13:21:52 +03:00
cmake_uninstall.cmake.in Normalized file endings. 2013-08-21 18:59:25 +04:00
cvconfig.h.in Fix cmake detection of build platform endianness 2014-02-13 22:59:30 +11:00
opencv_modules.hpp.in Normalized file endings. 2013-08-21 18:59:25 +04:00
opencv_run_all_tests_android.sh.in Exclude OpenCL tests from default test list for Android as they are experimental. 2014-09-29 20:45:12 +04:00
opencv_run_all_tests_unix.sh.in make color output in run_test script optional 2015-02-09 15:23:34 +03:00
opencv_run_all_tests_windows.cmd.in Add a script to run all tests on Windows 2015-02-20 12:38:25 +03:00
opencv-XXX.pc.in Made the generated file templates' naming more consistent. 2013-11-14 19:14:38 +04:00
OpenCV.mk.in Use imported targets for linking to CUDA 2015-03-31 13:46:28 +03: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 Use imported targets for linking to CUDA 2015-03-31 13:46:28 +03:00