An open API service indexing awesome lists of open source software.

https://github.com/jcosentino11/cpp-template

Repo Template for C++ Projects
https://github.com/jcosentino11/cpp-template

cmake cpp repository-template

Last synced: 8 months ago
JSON representation

Repo Template for C++ Projects

Awesome Lists containing this project

README

          

# C++ Repository Template

A basic template for C++ projects that includes:
* cmake
* clang-format
* gtest

Replace `MyProject` and `MyProjectTests` throughout this repo accordingly.