source: pacpussensors/trunk/Ladybug/OpenCVModules.cmake@ 119

Last change on this file since 119 was 81, checked in by ndiasnak, 9 years ago

add ladybug interface component

File size: 4.7 KB
Line 
1# Generated by CMake 2.8.11.2
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
15set(_targetsDefined)
16set(_targetsNotDefined)
17set(_expectedTargets)
18foreach(_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()
26endforeach()
27if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
28 set(CMAKE_IMPORT_FILE_VERSION)
29 cmake_policy(POP)
30 return()
31endif()
32if(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")
34endif()
35unset(_targetsDefined)
36unset(_targetsNotDefined)
37unset(_expectedTargets)
38
39
40# Compute the installation prefix relative to this file.
41get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
42get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
43get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
44get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
45
46# Create imported target opencv_core
47add_library(opencv_core SHARED IMPORTED)
48
49# Create imported target opencv_flann
50add_library(opencv_flann SHARED IMPORTED)
51
52# Create imported target opencv_imgproc
53add_library(opencv_imgproc SHARED IMPORTED)
54
55# Create imported target opencv_highgui
56add_library(opencv_highgui SHARED IMPORTED)
57
58# Create imported target opencv_features2d
59add_library(opencv_features2d SHARED IMPORTED)
60
61# Create imported target opencv_calib3d
62add_library(opencv_calib3d SHARED IMPORTED)
63
64# Create imported target opencv_ml
65add_library(opencv_ml SHARED IMPORTED)
66
67# Create imported target opencv_video
68add_library(opencv_video SHARED IMPORTED)
69
70# Create imported target opencv_legacy
71add_library(opencv_legacy SHARED IMPORTED)
72
73# Create imported target opencv_objdetect
74add_library(opencv_objdetect SHARED IMPORTED)
75
76# Create imported target opencv_photo
77add_library(opencv_photo SHARED IMPORTED)
78
79# Create imported target opencv_gpu
80add_library(opencv_gpu SHARED IMPORTED)
81
82# Create imported target opencv_ocl
83add_library(opencv_ocl SHARED IMPORTED)
84
85# Create imported target opencv_nonfree
86add_library(opencv_nonfree SHARED IMPORTED)
87
88# Create imported target opencv_contrib
89add_library(opencv_contrib SHARED IMPORTED)
90
91# Create imported target opencv_stitching
92add_library(opencv_stitching SHARED IMPORTED)
93
94# Create imported target opencv_superres
95add_library(opencv_superres SHARED IMPORTED)
96
97# Create imported target opencv_ts
98add_library(opencv_ts STATIC IMPORTED)
99
100# Create imported target opencv_videostab
101add_library(opencv_videostab SHARED IMPORTED)
102
103# Load information for each installed configuration.
104get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
105file(GLOB CONFIG_FILES "${_DIR}/OpenCVModules-*.cmake")
106foreach(f ${CONFIG_FILES})
107 include(${f})
108endforeach()
109
110# Cleanup temporary variables.
111set(_IMPORT_PREFIX)
112
113# Loop over all imported files and verify that they actually exist
114foreach(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}\"
119but 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}\"
124but not all the files it references.
125")
126 endif()
127 endforeach()
128 unset(_IMPORT_CHECK_FILES_FOR_${target})
129endforeach()
130unset(_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.
136set(CMAKE_IMPORT_FILE_VERSION)
137cmake_policy(POP)
Note: See TracBrowser for help on using the repository browser.