IMPORTED_TARGETS.rst 519 B

1234567891011121314
  1. IMPORTED_TARGETS
  2. ----------------
  3. .. versionadded:: 3.21
  4. This read-only directory property contains a
  5. :ref:`semicolon-separated list <CMake Language Lists>` of
  6. :ref:`Imported Targets` added in the directory by calls to the
  7. :command:`add_library` and :command:`add_executable` commands.
  8. Each entry in the list is the logical name of a target, suitable
  9. to pass to the :command:`get_property` command ``TARGET`` option
  10. when called in the same directory.
  11. See also the :prop_dir:`BUILDSYSTEM_TARGETS` directory property.