BUILDSYSTEM_TARGETS.rst 640 B

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