From 3e44edf330d6db38ba31d430ee49707e67b28629 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Sun, 9 Jul 2023 22:46:18 +0200 Subject: [PATCH] Add basic cmake documentation structure Signed-off-by: Cristian Le --- docs/cmake/advanced.md | 3 +++ docs/cmake/options.md | 5 +++++ docs/cmake/presets.md | 5 +++++ 3 files changed, 13 insertions(+) create mode 100644 docs/cmake/advanced.md create mode 100644 docs/cmake/options.md create mode 100644 docs/cmake/presets.md diff --git a/docs/cmake/advanced.md b/docs/cmake/advanced.md new file mode 100644 index 0000000..a380e32 --- /dev/null +++ b/docs/cmake/advanced.md @@ -0,0 +1,3 @@ +# Advanced usage + +## Working with `FetchCotent` diff --git a/docs/cmake/options.md b/docs/cmake/options.md new file mode 100644 index 0000000..1c6c9ac --- /dev/null +++ b/docs/cmake/options.md @@ -0,0 +1,5 @@ +# Configuration options + +## Available options + +## Working with CMake options diff --git a/docs/cmake/presets.md b/docs/cmake/presets.md new file mode 100644 index 0000000..ec06b7c --- /dev/null +++ b/docs/cmake/presets.md @@ -0,0 +1,5 @@ +# CMake Presets + +## Available presets + +## Working with presets