Welcome
This project is heavily inspired an to be honest mostly just copied from the lefticus cpp_starter_project. The KDE extra-cmake-modules have been an inspiration as how to move the cmake modules out into their own repository with conan support.
This specific project includes all the CMake modules. It is different from the cpp_starter_project in the way that the CMake modules and the various c++ templates are split across different repositories. With this repository containing the CMake modules. A usage example, and the various c++ templates can be found in the c++ template repository.
The advantage being that the CMake modules can be installed as a conan package, and therefore easily updates in the future.
In this documentation we’ll describe the CMake modules, how to use and how to configure them. The documentation of the c++ templates can be found here.