C++ project templates
A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
A template CMake project to get you started with C++ and tooling
🧸 A tiny single-file version of the ModernCppStarter project for exploring libraries or playing with C++ code. Reproducible dependency management included, so the code will work the same everywhere.
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
This project is aimed at jump-starting a C/C++ project that can build libraries, binaries and have a working unit test suite. It uses CMake build system and is deliberately completely minimal.
Some CMake Templates (examples). Qt, Boost, OpenCV, C++11, etc 一些栗子
A template for building C++ projects using modern CMake with Conan integration
C++ GUI starter project template with CMake and Cpack, Dear ImGui, and SDL2.
Boilerplate to set up a c project, include CuTest unit testing, cmake build setup
CPack template to build a Debian package of external third-party CMake projects