diff options
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/IMPORTED.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/prop_tgt/IMPORTED.rst b/Help/prop_tgt/IMPORTED.rst index bf9835e..605c1ce 100644 --- a/Help/prop_tgt/IMPORTED.rst +++ b/Help/prop_tgt/IMPORTED.rst @@ -3,6 +3,6 @@ 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 add_executable or add_library. It is false for -targets built within the project. +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. |