1 | # Generated by CMake 2.8.11.2
|
---|
2 |
|
---|
3 | if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
|
---|
4 | message(FATAL_ERROR "CMake >= 2.6.0 required")
|
---|
5 | endif()
|
---|
6 | cmake_policy(PUSH)
|
---|
7 | cmake_policy(VERSION 2.6)
|
---|
8 | #----------------------------------------------------------------
|
---|
9 | # Generated CMake target import file.
|
---|
10 | #----------------------------------------------------------------
|
---|
11 |
|
---|
12 | # Commands may need to know the format version.
|
---|
13 | set(CMAKE_IMPORT_FILE_VERSION 1)
|
---|
14 |
|
---|
15 | set(_targetsDefined)
|
---|
16 | set(_targetsNotDefined)
|
---|
17 | set(_expectedTargets)
|
---|
18 | foreach(_expectedTarget opencv_core opencv_flann opencv_imgproc opencv_highgui opencv_features2d opencv_calib3d opencv_ml opencv_video opencv_legacy opencv_objdetect opencv_photo opencv_gpu opencv_ocl opencv_nonfree opencv_contrib opencv_stitching opencv_superres opencv_ts opencv_videostab)
|
---|
19 | list(APPEND _expectedTargets ${_expectedTarget})
|
---|
20 | if(NOT TARGET ${_expectedTarget})
|
---|
21 | list(APPEND _targetsNotDefined ${_expectedTarget})
|
---|
22 | endif()
|
---|
23 | if(TARGET ${_expectedTarget})
|
---|
24 | list(APPEND _targetsDefined ${_expectedTarget})
|
---|
25 | endif()
|
---|
26 | endforeach()
|
---|
27 | if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
|
---|
28 | set(CMAKE_IMPORT_FILE_VERSION)
|
---|
29 | cmake_policy(POP)
|
---|
30 | return()
|
---|
31 | endif()
|
---|
32 | if(NOT "${_targetsDefined}" STREQUAL "")
|
---|
33 | message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
|
---|
34 | endif()
|
---|
35 | unset(_targetsDefined)
|
---|
36 | unset(_targetsNotDefined)
|
---|
37 | unset(_expectedTargets)
|
---|
38 |
|
---|
39 |
|
---|
40 | # Compute the installation prefix relative to this file.
|
---|
41 | get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
---|
42 | get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
---|
43 | get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
---|
44 | get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
---|
45 |
|
---|
46 | # Create imported target opencv_core
|
---|
47 | add_library(opencv_core SHARED IMPORTED)
|
---|
48 |
|
---|
49 | # Create imported target opencv_flann
|
---|
50 | add_library(opencv_flann SHARED IMPORTED)
|
---|
51 |
|
---|
52 | # Create imported target opencv_imgproc
|
---|
53 | add_library(opencv_imgproc SHARED IMPORTED)
|
---|
54 |
|
---|
55 | # Create imported target opencv_highgui
|
---|
56 | add_library(opencv_highgui SHARED IMPORTED)
|
---|
57 |
|
---|
58 | # Create imported target opencv_features2d
|
---|
59 | add_library(opencv_features2d SHARED IMPORTED)
|
---|
60 |
|
---|
61 | # Create imported target opencv_calib3d
|
---|
62 | add_library(opencv_calib3d SHARED IMPORTED)
|
---|
63 |
|
---|
64 | # Create imported target opencv_ml
|
---|
65 | add_library(opencv_ml SHARED IMPORTED)
|
---|
66 |
|
---|
67 | # Create imported target opencv_video
|
---|
68 | add_library(opencv_video SHARED IMPORTED)
|
---|
69 |
|
---|
70 | # Create imported target opencv_legacy
|
---|
71 | add_library(opencv_legacy SHARED IMPORTED)
|
---|
72 |
|
---|
73 | # Create imported target opencv_objdetect
|
---|
74 | add_library(opencv_objdetect SHARED IMPORTED)
|
---|
75 |
|
---|
76 | # Create imported target opencv_photo
|
---|
77 | add_library(opencv_photo SHARED IMPORTED)
|
---|
78 |
|
---|
79 | # Create imported target opencv_gpu
|
---|
80 | add_library(opencv_gpu SHARED IMPORTED)
|
---|
81 |
|
---|
82 | # Create imported target opencv_ocl
|
---|
83 | add_library(opencv_ocl SHARED IMPORTED)
|
---|
84 |
|
---|
85 | # Create imported target opencv_nonfree
|
---|
86 | add_library(opencv_nonfree SHARED IMPORTED)
|
---|
87 |
|
---|
88 | # Create imported target opencv_contrib
|
---|
89 | add_library(opencv_contrib SHARED IMPORTED)
|
---|
90 |
|
---|
91 | # Create imported target opencv_stitching
|
---|
92 | add_library(opencv_stitching SHARED IMPORTED)
|
---|
93 |
|
---|
94 | # Create imported target opencv_superres
|
---|
95 | add_library(opencv_superres SHARED IMPORTED)
|
---|
96 |
|
---|
97 | # Create imported target opencv_ts
|
---|
98 | add_library(opencv_ts STATIC IMPORTED)
|
---|
99 |
|
---|
100 | # Create imported target opencv_videostab
|
---|
101 | add_library(opencv_videostab SHARED IMPORTED)
|
---|
102 |
|
---|
103 | # Load information for each installed configuration.
|
---|
104 | get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
---|
105 | file(GLOB CONFIG_FILES "${_DIR}/OpenCVModules-*.cmake")
|
---|
106 | foreach(f ${CONFIG_FILES})
|
---|
107 | include(${f})
|
---|
108 | endforeach()
|
---|
109 |
|
---|
110 | # Cleanup temporary variables.
|
---|
111 | set(_IMPORT_PREFIX)
|
---|
112 |
|
---|
113 | # Loop over all imported files and verify that they actually exist
|
---|
114 | foreach(target ${_IMPORT_CHECK_TARGETS} )
|
---|
115 | foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
|
---|
116 | if(NOT EXISTS "${file}" )
|
---|
117 | message(FATAL_ERROR "The imported target \"${target}\" references the file
|
---|
118 | \"${file}\"
|
---|
119 | but this file does not exist. Possible reasons include:
|
---|
120 | * The file was deleted, renamed, or moved to another location.
|
---|
121 | * An install or uninstall procedure did not complete successfully.
|
---|
122 | * The installation package was faulty and contained
|
---|
123 | \"${CMAKE_CURRENT_LIST_FILE}\"
|
---|
124 | but not all the files it references.
|
---|
125 | ")
|
---|
126 | endif()
|
---|
127 | endforeach()
|
---|
128 | unset(_IMPORT_CHECK_FILES_FOR_${target})
|
---|
129 | endforeach()
|
---|
130 | unset(_IMPORT_CHECK_TARGETS)
|
---|
131 |
|
---|
132 | # This file does not depend on other imported targets which have
|
---|
133 | # been exported from the same project but in a separate export set.
|
---|
134 |
|
---|
135 | # Commands beyond this point should not need to know the version.
|
---|
136 | set(CMAKE_IMPORT_FILE_VERSION)
|
---|
137 | cmake_policy(POP)
|
---|