CMake recipes
Table of Contents
Recipes related to cmake. Each entry below is a single how-do-I question with executable steps.
Recipes
- How do I set up a development environment?
- How do I build the system?
- How do I configure the project?
- How do I deploy all org-mode artefacts?
- How do I deploy the site?
- How do I deploy the skills?
- How do I deploy the settings?
- How do I generate PlantUML diagrams?
- How do I list available CMake presets?
- How do I run the tests?
- How do I enable test logging?
- How do I investigate a test failure?
- How do I bump the project version?
- How do I format C++ sources with clang-format?