mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Help: Add _See Also_ sections to related CMake commands
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user