This is a sample project for setting up cmake with the Unity test framework
First, create a build directory for cmake
mkdir build
Next, continue to production or testing configuration
cd build
cmake ../cd build
cmake -D TARGET_GROUP=test ../Run tests using ctest command