This project utilizes SDL2 frameworks; it can only be used by macOS users. To create a working executable, at the root of the project, run:
rm -rf build
mkdir build
cd build
cmake ..
make install
If cmake is not install, it is recommended to use Homebrew:
brew install cmake
see boxor.org for some messy details