A CMake buildscript to build CUnit
Build steps for Windows with MinGW64:
- Copy CMakeLists.txt into the CUnit root directory e.g. CUnit-2.1-3
cd <path to CUnit root directory>
mkdir build
cd build
cmake [-G "MinGW Makefiles"] -DCMAKE_INSTALL_PREFIX=<path to library installation destination> ..
mingw32-make
mingw32-make install