Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 600 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 600 Bytes

Project Template for C++ Projects

Made for C++ Projects Building with CMake and Testing with GoogleTest


Overview

This template demonstrates pitchfork project layout. It uses the Google Test Framework for unit tests. The build system is implemented with CMake.

Install

To install, clone or fork this repo:

git clone https://github.com/DamynChipman/CxxProjectTemplate

Building is done with CMake:

cmake -S . -B build

Test

Once built, from the build directory, run:

make test