Skip to content

A project template for any sized C/C++ projects. Build with CMake, test with Google Test.

Notifications You must be signed in to change notification settings

DamynChipman/CxxProjectTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A project template for any sized C/C++ projects. Build with CMake, test with Google Test.

Resources

Stars

Watchers

Forks