You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
10 years ago
..
FindCUDA
backport from master
10 years ago
checks
ocl: workaround for msvc11 bug
12 years ago
templates
Use imported targets for linking to CUDA
10 years ago
CMakeParseArguments.cmake
minor fix in FindTBB
13 years ago
FindCUDA.cmake
backport from master
10 years ago
OpenCVCRTLinkage.cmake
Add VS2013 support
11 years ago
OpenCVCompilerOptions.cmake
More accurate AVX and AVX2 control.
10 years ago
OpenCVConfig.cmake
Remove local variables from CMAKE namespace
10 years ago
OpenCVDetectAndroidSDK.cmake
Cut path to CUDA libraries to prevent generation of OpenCVModules.cmake with abs path.
11 years ago
OpenCVDetectApacheAnt.cmake
Fix ant/Java detection in cmake scripts
12 years ago
OpenCVDetectCStripes.cmake
fixed C= detection script
13 years ago
OpenCVDetectCUDA.cmake
Use imported targets for linking to CUDA
10 years ago
OpenCVDetectCXXCompiler.cmake
Remove local variables from CMAKE namespace
10 years ago
OpenCVDetectOpenCL.cmake
ocl: force to use Khronos OpenCL headers
12 years ago
OpenCVDetectPython.cmake
Changed cmake python library search startegy for crosscompiling
11 years ago
OpenCVDetectTBB.cmake
TBB download and build option enabled for non Android platfroms.
12 years ago
OpenCVDetectVTK.cmake
More proper OpneCv+Qt+Vtk issues handling ( http://code.opencv.org/issues/3492 )
11 years ago
OpenCVExtraTargets.cmake
Removed all use of the obsolete IMMEDIATE parameter to configure_file.
11 years ago
OpenCVFindIPP.cmake
Fixed compilation with IPP on Linux. Added linking with Intel compiler runtime libraries.
11 years ago
OpenCVFindIntelPerCSDK.cmake
Fix notes about cmake files. Fix build warning.
11 years ago
OpenCVFindLATEX.cmake
Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.
13 years ago
OpenCVFindLibsGUI.cmake
Fix errors in usages of try_compile
12 years ago
OpenCVFindLibsGrfmt.cmake
fixed problems with building iOS version
12 years ago
OpenCVFindLibsPerf.cmake
ability to enable OpenMP simultaneously with other parallel framework
11 years ago
OpenCVFindLibsVideo.cmake
Add back the version variables removed in ab40630f
.
10 years ago
OpenCVFindOpenEXR.cmake
Normalize line endings and whitespace
13 years ago
OpenCVFindOpenNI.cmake
Normalize line endings and whitespace
13 years ago
OpenCVFindPkgConfig.cmake
Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.
13 years ago
OpenCVFindXimea.cmake
XIMEA cam support: allow on OS X too
11 years ago
OpenCVGenAndroidMK.cmake
Fix Android build with the most resent android.toolchain.cmake
10 years ago
OpenCVGenConfig.cmake
Don't use ${CMAKE_INSTALL_PREFIX} as an install destination
10 years ago
OpenCVGenHeaders.cmake
All installed files marked with component names for install customization.
11 years ago
OpenCVGenInfoPlist.cmake
Fix building the iOS framework after I dropped the VERSION macro.
12 years ago
OpenCVGenPkgconfig.cmake
Use imported targets for linking to CUDA
10 years ago
OpenCVLegacyOptions.cmake
Normalized file endings.
12 years ago
OpenCVModule.cmake
Use imported targets for linking to CUDA
10 years ago
OpenCVPCHSupport.cmake
Assorted fixes:
10 years ago
OpenCVPackaging.cmake
Mark the libs component required
10 years ago
OpenCVUtils.cmake
Use imported targets for linking to CUDA
10 years ago
OpenCVVersion.cmake
Consistently use 4-digit library version
12 years ago
cl2cpp.cmake
ocl: fix compilation warnings, update openCLExecuteKernelInterop
12 years ago