cgal/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/test_all.bat

10 lines
164 B
Batchfile

@echo off
rem Double-clickable version of test_all.sh on Windows/Cygwin
rem Path to Cygwin is hard-coded
PATH=%PATH%;c:\Applis\cygwin\bin
sh ./test_all.sh
pause