Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 822 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 822 Bytes

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.