Files
igl/tutorial/compile_example.sh
T

6 lines
52 B
Bash
Executable File

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