Skip to content

An empty base project for future C++ projects including cmake and gtest configuration.

Notifications You must be signed in to change notification settings

HerbertJordan/cpp_empty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An empty C++ project setup

This project covered a basic setup for small C++ projects including a CMake configuration and Google-Test setup.

How to User

Simply run

mkdir build
cd build
LIBS_HOME=~/libs cmake <path to local repo>
make -j && make test

About

An empty base project for future C++ projects including cmake and gtest configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published