Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 503 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 503 Bytes

C++ Boilerplate

Build

Overview

A simple C++17 project boilerplate using CMake and Google Test.

Checkout and build instructions

git clone --recursive https://github.com/megabyde/cpp-boilerplate.git
cd cpp-boilerplate
mkdir build && cd build
cmake ..
make