mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 09:54:15 +00:00
f371545d3b
Only the first letter is capitalized. It is marked up.
9 lines
276 B
ReStructuredText
9 lines
276 B
ReStructuredText
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.
|