blob: 5ea2547f8e3df93f1e86d53bbcaea62827e09863 [file] [log] [blame]
IMPORTED
--------
Read-only indication of whether a target is ``IMPORTED``.
The boolean value of this property is ``True`` for targets created with
the ``IMPORTED`` option to :command:`add_executable` or :command:`add_library`.
It is ``False`` for targets built within the project.