Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 265 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 265 Bytes

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