BUILDSYSTEM_TARGETS.rst 536 B

1234567891011
  1. BUILDSYSTEM_TARGETS
  2. -------------------
  3. This read-only directory property contains a
  4. :ref:`;-list <CMake Language Lists>` of buildsystem targets added in the
  5. directory by calls to the :command:`add_library`, :command:`add_executable`,
  6. and :command:`add_custom_target` commands. The list does not include any
  7. :ref:`Imported Targets` or :ref:`Alias Targets`, but does include
  8. :ref:`Interface Libraries`. Each entry in the list is the logical name
  9. of a target, suitable to pass to the :command:`get_property` command
  10. ``TARGET`` option.