HerbertJordan / cpp_empty

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:CMake 97.5%Language:Shell 1.4%Language:C++ 1.1%