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/prop_tgt | |
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/prop_tgt')
-rw-r--r-- | Help/prop_tgt/AUTOUIC_OPTIONS.rst | 2 | ||||
-rw-r--r-- | Help/prop_tgt/COMPILE_DEFINITIONS.rst | 2 | ||||
-rw-r--r-- | Help/prop_tgt/COMPILE_OPTIONS.rst | 2 | ||||
-rw-r--r-- | Help/prop_tgt/INCLUDE_DIRECTORIES.rst | 2 | ||||
-rw-r--r-- | Help/prop_tgt/LINK_LIBRARIES.rst | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Help/prop_tgt/AUTOUIC_OPTIONS.rst b/Help/prop_tgt/AUTOUIC_OPTIONS.rst index d0f865c..2571634 100644 --- a/Help/prop_tgt/AUTOUIC_OPTIONS.rst +++ b/Help/prop_tgt/AUTOUIC_OPTIONS.rst @@ -16,6 +16,6 @@ This property is initialized by the value of the variable The options set on the target may be overridden by :prop_sf:`AUTOUIC_OPTIONS` set on the ``.ui`` source file. -This property may use "generator expressions" with the syntax "$<...>". +This property may use "generator expressions" with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for available expressions. diff --git a/Help/prop_tgt/COMPILE_DEFINITIONS.rst b/Help/prop_tgt/COMPILE_DEFINITIONS.rst index 51bdb92..81e73a4 100644 --- a/Help/prop_tgt/COMPILE_DEFINITIONS.rst +++ b/Help/prop_tgt/COMPILE_DEFINITIONS.rst @@ -17,7 +17,7 @@ by the native build tool. The VS6 IDE does not support definition values with spaces (but NMake does). Contents of COMPILE_DEFINITIONS may use "generator expressions" with the -syntax "$<...>". See the :manual:`cmake-generator-expressions(7)` manual +syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for available expressions. .. include:: /include/COMPILE_DEFINITIONS_DISCLAIMER.txt diff --git a/Help/prop_tgt/COMPILE_OPTIONS.rst b/Help/prop_tgt/COMPILE_OPTIONS.rst index 80e0ccb..9d5c8b9 100644 --- a/Help/prop_tgt/COMPILE_OPTIONS.rst +++ b/Help/prop_tgt/COMPILE_OPTIONS.rst @@ -10,5 +10,5 @@ The target property values are used by the generators to set the options for the compiler. Contents of COMPILE_OPTIONS may use "generator expressions" with the -syntax "$<...>". See the :manual:`cmake-generator-expressions(7)` manual for +syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for available expressions. diff --git a/Help/prop_tgt/INCLUDE_DIRECTORIES.rst b/Help/prop_tgt/INCLUDE_DIRECTORIES.rst index cf358b3..1ab7583 100644 --- a/Help/prop_tgt/INCLUDE_DIRECTORIES.rst +++ b/Help/prop_tgt/INCLUDE_DIRECTORIES.rst @@ -21,5 +21,5 @@ Relative paths should not be added to this property directly. Use one of the commands above instead to handle relative paths. Contents of INCLUDE_DIRECTORIES may use "generator expressions" with the -syntax "$<...>". See the :manual:`cmake-generator-expressions(7)` manual for +syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for available expressions. diff --git a/Help/prop_tgt/LINK_LIBRARIES.rst b/Help/prop_tgt/LINK_LIBRARIES.rst index b18fe30..48f2830 100644 --- a/Help/prop_tgt/LINK_LIBRARIES.rst +++ b/Help/prop_tgt/LINK_LIBRARIES.rst @@ -13,5 +13,5 @@ libraries for the compiler. See also the target_link_libraries command. Contents of LINK_LIBRARIES 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. |