Files
igl/tutorial/compile_example.sh
T

6 lines
49 B
Bash
Executable File

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