BUILDSYSTEM_TARGETS

From Get docs
Cmake/docs/3.21/prop dir/buildsystem targets


BUILDSYSTEM_TARGETS

New in version 3.7.


This read-only directory property contains a semicolon-separated list of buildsystem targets added in the directory by calls to the add_library(), add_executable(), and add_custom_target() commands. The list does not include any Imported Targets or Alias Targets, but does include Interface Libraries. Each entry in the list is the logical name of a target, suitable to pass to the get_property() command TARGET option.

See also the IMPORTED_TARGETS directory property.

© 2000–2021 Kitware, Inc. and Contributors
Licensed under the BSD 3-clause License.
https://cmake.org/cmake/help/v3.21/prop_dir/BUILDSYSTEM_TARGETS.html