Help: Clarify scope of `if(TARGET)` expression

This commit is contained in:
Bartosz Kosiorek 2016-01-28 10:52:15 +01:00 committed by Brad King
parent a336e438e2
commit 63c5808f93
1 changed files with 4 additions and 3 deletions

View File

@ -67,9 +67,10 @@ Possible expressions are:
True if the given name is an existing policy (of the form ``CMP<NNNN>``).
``if(TARGET target-name)``
True if the given name is an existing logical target name such as those
created by the :command:`add_executable`, :command:`add_library`, or
:command:`add_custom_target` commands.
True if the given name is an existing logical target name created
by a call to the :command:`add_executable`, :command:`add_library`,
or :command:`add_custom_target` command that has already been invoked
(in any directory).
``if(TEST test-name)``
True if the given name is an existing test name created by the