/cpp_empty

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

Primary LanguageCMake

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