Skip to content

William-Weston/cpp-base-template

 
 

Repository files navigation

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.

About

C++ project template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 54.2%
  • CMake 45.8%