diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-02-05 12:19:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-02-06 21:15:52 (GMT) |
commit | 85a4fad78c187ef6b595a62d01e1f7b534c45fe3 (patch) | |
tree | 36d5fa27c0f40adc8c6fd50a9516cc0f9a5cfddb /Help/command/add_test.rst | |
parent | a0fa025377ebe15af5303e47455f58391e9d6994 (diff) | |
download | CMake-85a4fad78c187ef6b595a62d01e1f7b534c45fe3.zip CMake-85a4fad78c187ef6b595a62d01e1f7b534c45fe3.tar.gz CMake-85a4fad78c187ef6b595a62d01e1f7b534c45fe3.tar.bz2 |
Help: Use ``inline-literals`` to mark generator expressions.
Diffstat (limited to 'Help/command/add_test.rst')
-rw-r--r-- | Help/command/add_test.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/add_test.rst b/Help/command/add_test.rst index 7363d5f..5714559 100644 --- a/Help/command/add_test.rst +++ b/Help/command/add_test.rst @@ -35,7 +35,7 @@ a WORKING_DIRECTORY option is given then the test will be executed in the given directory. Arguments after 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 |