summaryrefslogtreecommitdiff
path: root/share/cmake-3.16/Help/prop_tgt/IMPORTED.rst
blob: 22d28aaf756b24c727ce076b4f1c020c51fdec72 (plain)
1
2
3
4
5
6
7
8
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.