/cmake-new

C++ project template.

Primary LanguageCMakeCreative Commons Zero v1.0 UniversalCC0-1.0

C++ template

Shared template for all my personal C++ projects.

Currently requires CMake 3.28+ and C++23.

Getting started

In CMakeLists.txt, replace all occurrences of the_project_name to a desired project name. This can be done manually.

Build commands:

cmake -S . -B build
cmake --build build