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
- Host: GitHub
- URL: https://github.com/jcosentino11/cpp-template
- Owner: jcosentino11
- License: apache-2.0
- Created: 2024-05-30T06:22:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T17:13:22.000Z (about 2 years ago)
- Last Synced: 2024-12-28T00:41:20.294Z (over 1 year ago)
- Topics: cmake, cpp, repository-template
- Language: CMake
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.