OpenEXRTargets.cmake 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. # Generated by CMake
  2. if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
  3. message(FATAL_ERROR "CMake >= 2.8.0 required")
  4. endif()
  5. if(CMAKE_VERSION VERSION_LESS "3.0.0")
  6. message(FATAL_ERROR "CMake >= 3.0.0 required")
  7. endif()
  8. cmake_policy(PUSH)
  9. cmake_policy(VERSION 3.0.0...3.28)
  10. #----------------------------------------------------------------
  11. # Generated CMake target import file.
  12. #----------------------------------------------------------------
  13. # Commands may need to know the format version.
  14. set(CMAKE_IMPORT_FILE_VERSION 1)
  15. # Protect against multiple inclusion, which would fail when already imported targets are added once more.
  16. set(_cmake_targets_defined "")
  17. set(_cmake_targets_not_defined "")
  18. set(_cmake_expected_targets "")
  19. foreach(_cmake_expected_target IN ITEMS OpenEXR::OpenEXRConfig OpenEXR::IexConfig OpenEXR::IlmThreadConfig OpenEXR::Iex OpenEXR::IlmThread OpenEXR::OpenEXRCore OpenEXR::OpenEXR OpenEXR::OpenEXRUtil)
  20. list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
  21. if(TARGET "${_cmake_expected_target}")
  22. list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
  23. else()
  24. list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
  25. endif()
  26. endforeach()
  27. unset(_cmake_expected_target)
  28. if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
  29. unset(_cmake_targets_defined)
  30. unset(_cmake_targets_not_defined)
  31. unset(_cmake_expected_targets)
  32. unset(CMAKE_IMPORT_FILE_VERSION)
  33. cmake_policy(POP)
  34. return()
  35. endif()
  36. if(NOT _cmake_targets_defined STREQUAL "")
  37. string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
  38. string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
  39. message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
  40. endif()
  41. unset(_cmake_targets_defined)
  42. unset(_cmake_targets_not_defined)
  43. unset(_cmake_expected_targets)
  44. # Compute the installation prefix relative to this file.
  45. get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
  46. get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
  47. get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
  48. get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
  49. if(_IMPORT_PREFIX STREQUAL "/")
  50. set(_IMPORT_PREFIX "")
  51. endif()
  52. # Create imported target OpenEXR::OpenEXRConfig
  53. add_library(OpenEXR::OpenEXRConfig INTERFACE IMPORTED)
  54. set_target_properties(OpenEXR::OpenEXRConfig PROPERTIES
  55. INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include/OpenEXR"
  56. )
  57. # Create imported target OpenEXR::IexConfig
  58. add_library(OpenEXR::IexConfig INTERFACE IMPORTED)
  59. set_target_properties(OpenEXR::IexConfig PROPERTIES
  60. INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include/OpenEXR"
  61. )
  62. # Create imported target OpenEXR::IlmThreadConfig
  63. add_library(OpenEXR::IlmThreadConfig INTERFACE IMPORTED)
  64. set_target_properties(OpenEXR::IlmThreadConfig PROPERTIES
  65. INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include/OpenEXR"
  66. )
  67. # Create imported target OpenEXR::Iex
  68. add_library(OpenEXR::Iex SHARED IMPORTED)
  69. set_target_properties(OpenEXR::Iex PROPERTIES
  70. INTERFACE_COMPILE_DEFINITIONS "OPENEXR_DLL"
  71. INTERFACE_COMPILE_FEATURES "cxx_std_11"
  72. INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
  73. INTERFACE_LINK_LIBRARIES "OpenEXR::IlmThreadConfig;OpenEXR::IlmThreadConfig"
  74. )
  75. # Create imported target OpenEXR::IlmThread
  76. add_library(OpenEXR::IlmThread SHARED IMPORTED)
  77. set_target_properties(OpenEXR::IlmThread PROPERTIES
  78. INTERFACE_COMPILE_DEFINITIONS "OPENEXR_DLL"
  79. INTERFACE_COMPILE_FEATURES "cxx_std_11"
  80. INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
  81. INTERFACE_LINK_LIBRARIES "OpenEXR::IlmThreadConfig;OpenEXR::IlmThreadConfig;OpenEXR::Iex;Threads::Threads"
  82. )
  83. # Create imported target OpenEXR::OpenEXRCore
  84. add_library(OpenEXR::OpenEXRCore SHARED IMPORTED)
  85. set_target_properties(OpenEXR::OpenEXRCore PROPERTIES
  86. INTERFACE_COMPILE_DEFINITIONS "OPENEXR_DLL"
  87. INTERFACE_COMPILE_FEATURES "cxx_std_11"
  88. INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
  89. INTERFACE_LINK_LIBRARIES "OpenEXR::IlmThreadConfig;ZLIB::ZLIB"
  90. )
  91. # Create imported target OpenEXR::OpenEXR
  92. add_library(OpenEXR::OpenEXR SHARED IMPORTED)
  93. set_target_properties(OpenEXR::OpenEXR PROPERTIES
  94. INTERFACE_COMPILE_DEFINITIONS "OPENEXR_DLL"
  95. INTERFACE_COMPILE_FEATURES "cxx_std_11"
  96. INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
  97. INTERFACE_LINK_LIBRARIES "OpenEXR::IlmThreadConfig;Imath::Imath;OpenEXR::IlmThreadConfig;OpenEXR::Iex;OpenEXR::IlmThread;ZLIB::ZLIB"
  98. )
  99. # Create imported target OpenEXR::OpenEXRUtil
  100. add_library(OpenEXR::OpenEXRUtil SHARED IMPORTED)
  101. set_target_properties(OpenEXR::OpenEXRUtil PROPERTIES
  102. INTERFACE_COMPILE_DEFINITIONS "OPENEXR_DLL"
  103. INTERFACE_COMPILE_FEATURES "cxx_std_11"
  104. INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
  105. INTERFACE_LINK_LIBRARIES "OpenEXR::IlmThreadConfig;OpenEXR::OpenEXR;OpenEXR::OpenEXRCore"
  106. )
  107. # Load information for each installed configuration.
  108. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/OpenEXRTargets-*.cmake")
  109. foreach(_cmake_config_file IN LISTS _cmake_config_files)
  110. include("${_cmake_config_file}")
  111. endforeach()
  112. unset(_cmake_config_file)
  113. unset(_cmake_config_files)
  114. # Cleanup temporary variables.
  115. set(_IMPORT_PREFIX)
  116. # Loop over all imported files and verify that they actually exist
  117. foreach(_cmake_target IN LISTS _cmake_import_check_targets)
  118. if(CMAKE_VERSION VERSION_LESS "3.28"
  119. OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
  120. OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
  121. foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
  122. if(NOT EXISTS "${_cmake_file}")
  123. message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
  124. \"${_cmake_file}\"
  125. but this file does not exist. Possible reasons include:
  126. * The file was deleted, renamed, or moved to another location.
  127. * An install or uninstall procedure did not complete successfully.
  128. * The installation package was faulty and contained
  129. \"${CMAKE_CURRENT_LIST_FILE}\"
  130. but not all the files it references.
  131. ")
  132. endif()
  133. endforeach()
  134. endif()
  135. unset(_cmake_file)
  136. unset("_cmake_import_check_files_for_${_cmake_target}")
  137. endforeach()
  138. unset(_cmake_target)
  139. unset(_cmake_import_check_targets)
  140. # This file does not depend on other imported targets which have
  141. # been exported from the same project but in a separate export set.
  142. # Commands beyond this point should not need to know the version.
  143. set(CMAKE_IMPORT_FILE_VERSION)
  144. cmake_policy(POP)