mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 22:00:10 -05:00
Help: Apply syntax highlighting to project commands
* Replace most "::" by ".. code-block:: cmake"
* Header sentence in imperative voice,
detailed command description in present tense.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
add_compile_options
|
||||
-------------------
|
||||
|
||||
Adds options to the compilation of source files.
|
||||
Add options to the compilation of source files.
|
||||
|
||||
::
|
||||
.. code-block:: cmake
|
||||
|
||||
add_compile_options(<option> ...)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user