Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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