IMPORTED_TARGETS

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


IMPORTED_TARGETS

New in version 3.21.


This read-only directory property contains a semicolon-separated list of Imported Targets added in the directory by calls to the add_library() and add_executable() commands. Each entry in the list is the logical name of a target, suitable to pass to the get_property() command TARGET option when called in the same directory.

See also the BUILDSYSTEM_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/IMPORTED_TARGETS.html