A template for modern C++ projects using CMake, Clang-Format
A quick C++ template for modern CMake projects aimed to be an easy-to-use starting point. This is my personal take on such a type of template, thus I might not use the best practices or you might disagree with how I do things. Any and all feedback is greatly appreciated! Modern CMake configuration and project, which, to the best of my knowledge, uses the best practices.
Dynamically generated unit tests for basic verifications.
...It can work as a standalone product, or be used with JUnit, which is highly recommended. Support for TestNG is planned.
If you want to get started, you should go to the wiki and the quick start.