diff options
Diffstat (limited to 'Help/command/add_custom_command.rst')
-rw-r--r-- | Help/command/add_custom_command.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst index 4de708f..b0c5446 100644 --- a/Help/command/add_custom_command.rst +++ b/Help/command/add_custom_command.rst @@ -113,7 +113,7 @@ dependency that would cause the custom command to re-run whenever the executable is recompiled. Arguments to COMMAND may use "generator expressions" with the syntax -"$<...>". See the :manual:`cmake-generator-expressions(7)` manual for +``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for available expressions. Note that tgt is not added as a dependency of the target this |