Skip to content
/ CppTemplate Public template

Template for C++ projects using CMake, Conan and GoogleTest

Notifications You must be signed in to change notification settings

Diego-Urbina/CppTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Template for C++ projects using CMake, Conan and GoogleTest

Topics

Resources

Stars

Watchers

Forks