OpenCASCADEFoundationClassesTargets.cmake 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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 "2.8.3")
  6. message(FATAL_ERROR "CMake >= 2.8.3 required")
  7. endif()
  8. cmake_policy(PUSH)
  9. cmake_policy(VERSION 2.8.3...3.22)
  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 TKernel TKMath)
  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. if(_IMPORT_PREFIX STREQUAL "/")
  48. set(_IMPORT_PREFIX "")
  49. endif()
  50. # Create imported target TKernel
  51. add_library(TKernel SHARED IMPORTED)
  52. set_target_properties(TKernel PROPERTIES
  53. INTERFACE_LINK_LIBRARIES "advapi32.lib;gdi32.lib;user32.lib;wsock32.lib;psapi.lib"
  54. )
  55. # Create imported target TKMath
  56. add_library(TKMath SHARED IMPORTED)
  57. set_target_properties(TKMath PROPERTIES
  58. INTERFACE_LINK_LIBRARIES "TKernel"
  59. )
  60. if(CMAKE_VERSION VERSION_LESS 2.8.12)
  61. message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.")
  62. endif()
  63. # Load information for each installed configuration.
  64. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/OpenCASCADEFoundationClassesTargets-*.cmake")
  65. foreach(_cmake_config_file IN LISTS _cmake_config_files)
  66. include("${_cmake_config_file}")
  67. endforeach()
  68. unset(_cmake_config_file)
  69. unset(_cmake_config_files)
  70. # Cleanup temporary variables.
  71. set(_IMPORT_PREFIX)
  72. # Loop over all imported files and verify that they actually exist
  73. foreach(_cmake_target IN LISTS _cmake_import_check_targets)
  74. foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
  75. if(NOT EXISTS "${_cmake_file}")
  76. message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
  77. \"${_cmake_file}\"
  78. but this file does not exist. Possible reasons include:
  79. * The file was deleted, renamed, or moved to another location.
  80. * An install or uninstall procedure did not complete successfully.
  81. * The installation package was faulty and contained
  82. \"${CMAKE_CURRENT_LIST_FILE}\"
  83. but not all the files it references.
  84. ")
  85. endif()
  86. endforeach()
  87. unset(_cmake_file)
  88. unset("_cmake_import_check_files_for_${_cmake_target}")
  89. endforeach()
  90. unset(_cmake_target)
  91. unset(_cmake_import_check_targets)
  92. # This file does not depend on other imported targets which have
  93. # been exported from the same project but in a separate export set.
  94. # Commands beyond this point should not need to know the version.
  95. set(CMAKE_IMPORT_FILE_VERSION)
  96. cmake_policy(POP)