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 /Help/prop_sf | |
parent | 013f7a2647e8682ccf745649a94d5238e80c2c8f (diff) | |
download | CMake-0420de10b534fb8bdd83eb33b70af7acf2b09f56.zip CMake-0420de10b534fb8bdd83eb33b70af7acf2b09f56.tar.gz CMake-0420de10b534fb8bdd83eb33b70af7acf2b09f56.tar.bz2 |
Help: Add missing cross-referencing for generator expressions
Diffstat (limited to 'Help/prop_sf')
-rw-r--r-- | Help/prop_sf/VS_SETTINGS.rst | 2 |
1 files changed, 1 insertions, 1 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. |