CMake Clang Tidy

C++ Template Project (with vcpkg support)

This is a very minimal C++ template project.

It uses CMake to generate a build and Vcpkg for dependency management.

Using the template and opening the folder in IDEs like VSCode should be enough, there the recommended plugins should be installed and the correct preset selected.

Currently it will install 2 dependencies, Catch2 for unit tests and fmt for text formatting and printing.