diff options
-rw-r--r-- | Docs/source/building/cmake.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Docs/source/building/cmake.rst b/Docs/source/building/cmake.rst index 2112974ac..24caa0648 100644 --- a/Docs/source/building/cmake.rst +++ b/Docs/source/building/cmake.rst @@ -8,6 +8,13 @@ Until we have transitioned our documentation and functionality completely, pleas Progress status: `see on GitHub <https://github.com/ECP-WarpX/WarpX/projects/10>`_ +Introduction to CMake +===================== + +If you are new to CMake, `this short tutorial <https://hsf-training.github.io/hsf-training-cmake-webpage/>`_ from the HEP Software foundation is the perfect place to get started with it. + +If you just want to use CMake to build the project, jump into sections *1. Introduction*, *2. Building with CMake* and *9. Finding Packages*. + Dependencies ============ |