OpenCVModules.cmake 6.9 KB

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