Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 509 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 509 Bytes

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

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