Help: Add _See Also_ sections to related CMake commands

This commit is contained in:
Alex Turbov
2022-11-06 23:55:33 +04:00
parent c86ec79d07
commit 65457e4fae
44 changed files with 310 additions and 42 deletions
+6 -3
View File
@@ -1,7 +1,7 @@
add_definitions
---------------
Add -D define flags to the compilation of source files.
Add ``-D`` define flags to the compilation of source files.
.. code-block:: cmake
@@ -31,5 +31,8 @@ backwards compatibility. See documentation of the
properties for details on adding preprocessor definitions to specific
scopes and configurations.
See the :manual:`cmake-buildsystem(7)` manual for more on defining
buildsystem properties.
See Also
^^^^^^^^
* The :manual:`cmake-buildsystem(7)` manual for more on defining
buildsystem properties.