Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diego-urbina/cpptemplate
Template for C++ projects using CMake, Conan and GoogleTest
https://github.com/diego-urbina/cpptemplate
cmake conan cpp googletest
Last synced: 21 days ago
JSON representation
Template for C++ projects using CMake, Conan and GoogleTest
- Host: GitHub
- URL: https://github.com/diego-urbina/cpptemplate
- Owner: Diego-Urbina
- Created: 2022-09-07T10:31:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T09:44:31.000Z (about 2 years ago)
- Last Synced: 2024-10-31T20:07:23.634Z (2 months ago)
- Topics: cmake, conan, cpp, googletest
- Language: CMake
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CppTemplate
## What is this?
C++ project template using CMake for building, Conan as Package Manager and GoogleTest for testing.## Project structure
CppTemplate
├── src
│ ├── CMakeLists.txt
│ └── main.cpp
├── test
│ ├── CMakeLists.txt
│ └── main_test.cpp
├── CMakeLists.txt
└── conanfile.txt