doc: style: move cmake into style guidelines

Consolidate all style guidelines into one place, moving cmake style
guidelines under the contribute section.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2025-01-22 07:41:27 -05:00 committed by Benjamin Cabé
parent 034ec2405d
commit 465fb18272
3 changed files with 6 additions and 1 deletions

View File

@ -44,7 +44,7 @@ source file :file:`src/main.c`, behavior that we surely do not want. The
paths of a target library.
When introducing build system code using CMake or adding new CMake files,
please follow the style guidlines outline :ref:`here <cmake-style>`.
please follow the style guidelines outlined :ref:`here <cmake-style>`.
Build and Configuration Phases

View File

@ -4,6 +4,11 @@
Coding Style Guidelines
#######################
.. toctree::
:maxdepth: 1
style/cmake.rst
C Code and General Style
************************