From the folder containing all the files, run
mkdir build; cd build
followed by
cmake ..; make; ./app
All the textures are stored in './src/textures/'
All the vertex shaders and fragment shaders are stores in './src/shaders/'
The font required for text rendering is stored in './src/fonts/'