mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Merge topic 'doc-TARGET_FILE-depends'
a4f0321ddc Help: Document $<TARGET_FILE> dependency behavior
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7431
This commit is contained in:
@@ -1044,6 +1044,10 @@ which is just the string ``tgt``.
|
||||
|
||||
Full path to the ``tgt`` binary file.
|
||||
|
||||
Note that ``tgt`` is not added as a dependency of the target this
|
||||
expression is evaluated on, unless the expression is being used in
|
||||
:command:`add_custom_command` or :command:`add_custom_target`.
|
||||
|
||||
.. genex:: $<TARGET_FILE_BASE_NAME:tgt>
|
||||
|
||||
.. versionadded:: 3.15
|
||||
|
||||
Reference in New Issue
Block a user