Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 326 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 326 Bytes

CppUtils

This repository consists of some C++ header files with code snippets that I like to use in my projects.

Installation

To install the library test functions:

make bin build
cd build
cmake ..
make install

Run tests

Go into the build directory. Test the library functions with:

ctest  -V