Files
igl/tutorial/compile_example.sh
T
2014-06-19 14:32:12 -04:00

6 lines
52 B
Bash
Executable File

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