- CMake 3.11.4+
- GLM
- C++ 11
- Google Test
You could build and run this project directly on your system.
- Download the source from GitHub with:
git clone https://github.com/arttet/saber_interactive_test_assignment
- Run the following commands:
cd saber_interactive_test_assignment
mkdir build
cd build
cmake ../
cmake --build . --config Release
cmake -DWITH_TESTS=1 ../
cmake --build . --config Release
ctest -C Release --output-on-failure --repeat-until-fail 2