This is an empty boilerplate framework for NGL projects, it creates an empty window and draws nothing.
To build you need NGL installed as per the instructions here
Windows
mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=~/NGL ..
cmake --build .
Mac Linux
mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=~/NGL ..
make