cmake/Help/prop_tgt/IMPORTED.rst

9 lines
284 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
IMPORTED
--------
2019-11-11 23:01:05 +01:00
Read-only indication of whether a target is ``IMPORTED``.
2014-08-03 19:52:23 +02:00
The boolean value of this property is ``True`` for targets created with
2019-11-11 23:01:05 +01:00
the ``IMPORTED`` option to :command:`add_executable` or :command:`add_library`.
2014-08-03 19:52:23 +02:00
It is ``False`` for targets built within the project.