msgpack-targets.cmake 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. # Generated by CMake
  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. if(CMAKE_VERSION VERSION_LESS 3.0.0)
  13. message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.")
  14. endif()
  15. # Protect against multiple inclusion, which would fail when already imported targets are added once more.
  16. set(_targetsDefined)
  17. set(_targetsNotDefined)
  18. set(_expectedTargets)
  19. foreach(_expectedTarget msgpackc msgpackc-cxx msgpackc-static)
  20. list(APPEND _expectedTargets ${_expectedTarget})
  21. if(NOT TARGET ${_expectedTarget})
  22. list(APPEND _targetsNotDefined ${_expectedTarget})
  23. endif()
  24. if(TARGET ${_expectedTarget})
  25. list(APPEND _targetsDefined ${_expectedTarget})
  26. endif()
  27. endforeach()
  28. if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
  29. unset(_targetsDefined)
  30. unset(_targetsNotDefined)
  31. unset(_expectedTargets)
  32. set(CMAKE_IMPORT_FILE_VERSION)
  33. cmake_policy(POP)
  34. return()
  35. endif()
  36. if(NOT "${_targetsDefined}" STREQUAL "")
  37. message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
  38. endif()
  39. unset(_targetsDefined)
  40. unset(_targetsNotDefined)
  41. unset(_expectedTargets)
  42. # Create imported target msgpackc
  43. add_library(msgpackc SHARED IMPORTED)
  44. set_target_properties(msgpackc PROPERTIES
  45. INTERFACE_INCLUDE_DIRECTORIES "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/include;/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/include"
  46. )
  47. # Create imported target msgpackc-cxx
  48. add_library(msgpackc-cxx INTERFACE IMPORTED)
  49. set_target_properties(msgpackc-cxx PROPERTIES
  50. INTERFACE_INCLUDE_DIRECTORIES "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/include;/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/include"
  51. )
  52. # Create imported target msgpackc-static
  53. add_library(msgpackc-static STATIC IMPORTED)
  54. set_target_properties(msgpackc-static PROPERTIES
  55. INTERFACE_INCLUDE_DIRECTORIES "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/include;/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/include"
  56. )
  57. # Import target "msgpackc" for configuration ""
  58. set_property(TARGET msgpackc APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
  59. set_target_properties(msgpackc PROPERTIES
  60. IMPORTED_LOCATION_NOCONFIG "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/libmsgpackc.so.2.0.0"
  61. IMPORTED_SONAME_NOCONFIG "libmsgpackc.so.2"
  62. )
  63. # Import target "msgpackc-static" for configuration ""
  64. set_property(TARGET msgpackc-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
  65. set_target_properties(msgpackc-static PROPERTIES
  66. IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
  67. IMPORTED_LOCATION_NOCONFIG "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/libmsgpackc.a"
  68. )
  69. # This file does not depend on other imported targets which have
  70. # been exported from the same project but in a separate export set.
  71. # Commands beyond this point should not need to know the version.
  72. set(CMAKE_IMPORT_FILE_VERSION)
  73. cmake_policy(POP)