Files
igl/tutorial/compile_example.sh
T
Daniele Panozzo 127893e2a5 added new OpenGL 4 Viewer based on glfw
added two examples for the libigl tutorial


Former-commit-id: f3cb5bb4ee
2014-06-15 18:02:23 +02:00

6 lines
49 B
Bash

rm -fr build
mkdir build
cd build
cmake ../
make