This repository contains an example of use of Cmake and GoogleTest for a C++ file. It is mostly for personal use.
mkdir build
cd build
cmake ..
make
make test
ctestI copied upon many, more documented examples found on StackOverflow and:
- This simple example, but with less hard-coded things
- This very full and elaborate example, but working on OSX
- Decide whether embedding the .zip is a good or a bad idea