initialize the SHM submodule and build it:
git submodule update --init --recursive
cd Engine/Engine/
mkdir build && cd build
cmake .. && cmake --build . -j
cd ../../../
mkdir build && cd build
cmake .. && cmake --build . -j10 && ./bin/test
!Note: Make sure you have Assimp and glfw installed on your system.