Skip to content

htsai51/cpp-boilerplate2

Repository files navigation

C++ Boilerplate

Build Status Coverage Status

Overview

Simple PID Controller C++ project with:

  • cmake
  • googletest

Installation

  • Checkout the repo (and submodules)
$ git clone --recursive https://github.com/htsai51/cpp-boilerplate2.git
cd cpp-boilerplate2
mkdir -p build
cd build
cmake ..
make

Testing the code

  • In your build/ directory
./test/cpp-test

About

Simple cpp boilerplate with cmake and gtest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published