Skip to content
/ cpp-boilerplate Public template

Simple C++14 project boilerplate using CMake and Google Test

License

Notifications You must be signed in to change notification settings

megabyde/cpp-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2d66a93 · Jun 19, 2022

History

20 Commits
May 26, 2022
May 26, 2022
Mar 30, 2017
May 26, 2022
Jun 19, 2022
Mar 29, 2017
May 26, 2022
Mar 29, 2017
Jun 19, 2022
Mar 28, 2017
May 26, 2022
Apr 3, 2017
Jun 19, 2022

Repository files navigation

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