MartinHelmut / cpp-base-template

C++ project template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base project setup

C++ project template.

Setup

The project uses CMake and Ninja.

Thanks to Cmake presets, a full distribution build can be created via:

cmake --workflow --preset dist

Also, running tests with CPack:

ctest --preset all

Disclaimer

An in-depth guide for the project template can be found at the blog post I wrote at my website.

About

C++ project template.

License:MIT License


Languages

Language:C++ 53.3%Language:CMake 46.7%