diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-06-18 10:29:21 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-06-18 10:43:46 (GMT) |
commit | 0420de10b534fb8bdd83eb33b70af7acf2b09f56 (patch) | |
tree | 47ae32347edc979e39d5d2fc4df6b3dfc9044bcc | |
parent | 013f7a2647e8682ccf745649a94d5238e80c2c8f (diff) | |
download | CMake-0420de10b534fb8bdd83eb33b70af7acf2b09f56.zip CMake-0420de10b534fb8bdd83eb33b70af7acf2b09f56.tar.gz CMake-0420de10b534fb8bdd83eb33b70af7acf2b09f56.tar.bz2 |
Help: Add missing cross-referencing for generator expressions
-rw-r--r-- | Help/prop_sf/VS_SETTINGS.rst | 2 | ||||
-rw-r--r-- | Help/prop_tgt/VS_SOLUTION_DEPLOY.rst | 2 | ||||
-rw-r--r-- | Help/prop_tgt/VS_SOURCE_SETTINGS_tool.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Help/prop_sf/VS_SETTINGS.rst b/Help/prop_sf/VS_SETTINGS.rst index 0719406..50034fb 100644 --- a/Help/prop_sf/VS_SETTINGS.rst +++ b/Help/prop_sf/VS_SETTINGS.rst @@ -15,4 +15,4 @@ For example: will set ``Key`` to ``Value`` and ``Key2`` to ``Value2`` on the ``file.hlsl`` item as metadata. -Generator expressions are supported. +:manual:`Generator expressions <cmake-generator-expressions(7)>` are supported. diff --git a/Help/prop_tgt/VS_SOLUTION_DEPLOY.rst b/Help/prop_tgt/VS_SOLUTION_DEPLOY.rst index 7906d75..a664d0c 100644 --- a/Help/prop_tgt/VS_SOLUTION_DEPLOY.rst +++ b/Help/prop_tgt/VS_SOLUTION_DEPLOY.rst @@ -6,7 +6,7 @@ Windows CE, Windows Phone or a Windows Store application. If the target platform doesn't support deployment, this property won't have any effect. -Generator expressions are supported. +:manual:`Generator expressions <cmake-generator-expressions(7)>` are supported. Example 1 ^^^^^^^^^ diff --git a/Help/prop_tgt/VS_SOURCE_SETTINGS_tool.rst b/Help/prop_tgt/VS_SOURCE_SETTINGS_tool.rst index f706888..738a912 100644 --- a/Help/prop_tgt/VS_SOURCE_SETTINGS_tool.rst +++ b/Help/prop_tgt/VS_SOURCE_SETTINGS_tool.rst @@ -16,4 +16,4 @@ For example: will set ``Key`` to ``Value`` and ``Key2`` to ``Value2`` for all non-built files that use ``FXCompile``. -Generator expressions are supported. +:manual:`Generator expressions <cmake-generator-expressions(7)>` are supported. |