Implemented in C++11 with CMake and GoogleTest.
-
Install CMake.
-
Install a compiler (GCC, Clang, MSVC).
-
Initialize the build system:
cmake -B build
Use cmake
to build the project:
cmake --build build/
Run test test using ctest
:
cd build/
ctest