MAP_IMPORTED_CONFIG_CONFIG.rst 913 B

12345678910111213141516171819
  1. MAP_IMPORTED_CONFIG_<CONFIG>
  2. ----------------------------
  3. Map from project configuration to IMPORTED target's configuration.
  4. Set this to the list of configurations of an imported target that may
  5. be used for the current project's <CONFIG> configuration. Targets
  6. imported from another project may not provide the same set of
  7. configuration names available in the current project. Setting this
  8. property tells CMake what imported configurations are suitable for use
  9. when building the <CONFIG> configuration. The first configuration in
  10. the list found to be provided by the imported target is selected. If
  11. this property is set and no matching configurations are available,
  12. then the imported target is considered to be not found. This property
  13. is ignored for non-imported targets.
  14. This property is initialized by the value of the variable
  15. CMAKE_MAP_IMPORTED_CONFIG_<CONFIG> if it is set when a target is
  16. created.