1# Generated by CMake 2 3if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) 4 message(FATAL_ERROR "CMake >= 2.6.0 required") 5endif() 6cmake_policy(PUSH) 7cmake_policy(VERSION 2.6) 8#---------------------------------------------------------------- 9# Generated CMake target import file. 10#---------------------------------------------------------------- 11 12# Commands may need to know the format version. 13set(CMAKE_IMPORT_FILE_VERSION 1) 14 15# Protect against multiple inclusion, which would fail when already imported targets are added once more. 16set(_targetsDefined) 17set(_targetsNotDefined) 18set(_expectedTargets) 19foreach(_expectedTarget zlib libjpeg-turbo libtiff libwebp libjasper libpng IlmImf libprotobuf quirc tegra_hal opencv_core opencv_imgproc opencv_video opencv_features2d opencv_imgcodecs opencv_calib3d) 20 list(APPEND _expectedTargets ${_expectedTarget}) 21 if(NOT TARGET ${_expectedTarget}) 22 list(APPEND _targetsNotDefined ${_expectedTarget}) 23 endif() 24 if(TARGET ${_expectedTarget}) 25 list(APPEND _targetsDefined ${_expectedTarget}) 26 endif() 27endforeach() 28if("${_targetsDefined}" STREQUAL "${_expectedTargets}") 29 unset(_targetsDefined) 30 unset(_targetsNotDefined) 31 unset(_expectedTargets) 32 set(CMAKE_IMPORT_FILE_VERSION) 33 cmake_policy(POP) 34 return() 35endif() 36if(NOT "${_targetsDefined}" STREQUAL "") 37 message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") 38endif() 39unset(_targetsDefined) 40unset(_targetsNotDefined) 41unset(_expectedTargets) 42 43 44# Compute the installation prefix relative to this file. 45get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) 46get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) 47get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) 48if(_IMPORT_PREFIX STREQUAL "/") 49 set(_IMPORT_PREFIX "") 50endif() 51 52# Create imported target zlib 53add_library(zlib STATIC IMPORTED) 54 55# Create imported target libjpeg-turbo 56add_library(libjpeg-turbo STATIC IMPORTED) 57 58# Create imported target libtiff 59add_library(libtiff STATIC IMPORTED) 60 61set_target_properties(libtiff PROPERTIES 62 INTERFACE_LINK_LIBRARIES "zlib" 63) 64 65# Create imported target libwebp 66add_library(libwebp STATIC IMPORTED) 67 68# Create imported target libjasper 69add_library(libjasper STATIC IMPORTED) 70 71# Create imported target libpng 72add_library(libpng STATIC IMPORTED) 73 74set_target_properties(libpng PROPERTIES 75 INTERFACE_LINK_LIBRARIES "zlib" 76) 77 78# Create imported target IlmImf 79add_library(IlmImf STATIC IMPORTED) 80 81set_target_properties(IlmImf PROPERTIES 82 INTERFACE_LINK_LIBRARIES "zlib" 83) 84 85# Create imported target libprotobuf 86add_library(libprotobuf STATIC IMPORTED) 87 88# Create imported target quirc 89add_library(quirc STATIC IMPORTED) 90 91# Create imported target tegra_hal 92add_library(tegra_hal STATIC IMPORTED) 93 94# Create imported target opencv_core 95add_library(opencv_core STATIC IMPORTED) 96 97set_target_properties(opencv_core PROPERTIES 98 INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>;\$<LINK_ONLY:tegra_hal>;\$<LINK_ONLY:zlib>;\$<LINK_ONLY:tegra_hal>" 99) 100 101# Create imported target opencv_imgproc 102add_library(opencv_imgproc STATIC IMPORTED) 103 104set_target_properties(opencv_imgproc PROPERTIES 105 INTERFACE_LINK_LIBRARIES "opencv_core;\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>;\$<LINK_ONLY:tegra_hal>" 106) 107 108# Create imported target opencv_video 109add_library(opencv_video STATIC IMPORTED) 110 111set_target_properties(opencv_video PROPERTIES 112 INTERFACE_LINK_LIBRARIES "opencv_core;opencv_imgproc;\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>;\$<LINK_ONLY:tegra_hal>" 113) 114 115# Create imported target opencv_features2d 116add_library(opencv_features2d STATIC IMPORTED) 117 118set_target_properties(opencv_features2d PROPERTIES 119 INTERFACE_LINK_LIBRARIES "opencv_core;opencv_imgproc;\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>;\$<LINK_ONLY:tegra_hal>" 120) 121 122# Create imported target opencv_imgcodecs 123add_library(opencv_imgcodecs STATIC IMPORTED) 124 125set_target_properties(opencv_imgcodecs PROPERTIES 126 INTERFACE_LINK_LIBRARIES "opencv_core;opencv_imgproc;\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>;\$<LINK_ONLY:tegra_hal>;\$<LINK_ONLY:zlib>;\$<LINK_ONLY:libjpeg-turbo>;\$<LINK_ONLY:libwebp>;\$<LINK_ONLY:libpng>;\$<LINK_ONLY:libtiff>;\$<LINK_ONLY:libjasper>;\$<LINK_ONLY:IlmImf>" 127) 128 129# Create imported target opencv_calib3d 130add_library(opencv_calib3d STATIC IMPORTED) 131 132set_target_properties(opencv_calib3d PROPERTIES 133 INTERFACE_LINK_LIBRARIES "opencv_core;opencv_imgproc;opencv_features2d;\$<LINK_ONLY:dl>;\$<LINK_ONLY:m>;\$<LINK_ONLY:pthread>;\$<LINK_ONLY:rt>;\$<LINK_ONLY:tegra_hal>" 134) 135 136if(CMAKE_VERSION VERSION_LESS 2.8.12) 137 message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") 138endif() 139 140# Load information for each installed configuration. 141get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) 142file(GLOB CONFIG_FILES "${_DIR}/OpenCVModules-*.cmake") 143foreach(f ${CONFIG_FILES}) 144 include(${f}) 145endforeach() 146 147# Cleanup temporary variables. 148set(_IMPORT_PREFIX) 149 150# Loop over all imported files and verify that they actually exist 151foreach(target ${_IMPORT_CHECK_TARGETS} ) 152 foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) 153 if(NOT EXISTS "${file}" ) 154 message(FATAL_ERROR "The imported target \"${target}\" references the file 155 \"${file}\" 156but this file does not exist. Possible reasons include: 157* The file was deleted, renamed, or moved to another location. 158* An install or uninstall procedure did not complete successfully. 159* The installation package was faulty and contained 160 \"${CMAKE_CURRENT_LIST_FILE}\" 161but not all the files it references. 162") 163 endif() 164 endforeach() 165 unset(_IMPORT_CHECK_FILES_FOR_${target}) 166endforeach() 167unset(_IMPORT_CHECK_TARGETS) 168 169# This file does not depend on other imported targets which have 170# been exported from the same project but in a separate export set. 171 172# Commands beyond this point should not need to know the version. 173set(CMAKE_IMPORT_FILE_VERSION) 174cmake_policy(POP) 175