Help: Use CMake highlighting for command synopsis

Most of CMake commands use it. Fix a few of them to do the same.
This commit is contained in:
Alex Turbov
2022-11-06 06:49:09 +04:00
parent c356a94512
commit 8c6274326d
29 changed files with 38 additions and 38 deletions

View File

@@ -8,7 +8,7 @@ exec_program
Run an executable program during the processing of the CMakeList.txt
file.
::
.. code-block:: cmake
exec_program(Executable [directory in which to run]
[ARGS <arguments to executable>]