mirror of https://github.com/CGAL/cgal
cgal_demo_copy_all_dlls_cygwin takes two arguments:
target_directory config_type
This commit is contained in:
parent
53baaf70fd
commit
8c2b0b4065
|
|
@ -217,7 +217,7 @@ collect_demo_binaries()
|
|||
for demo_dir in *_Demo; do
|
||||
echo "pushd ${demo_dir}"
|
||||
pushd "${demo_dir}"
|
||||
bash ../cgal_demo_copy_all_dlls_cygwin.sh "${demo_dir}_with_dlls" ""
|
||||
bash ../cgal_demo_copy_all_dlls_cygwin.sh "${demo_dir}_with_dlls" "${CONFIG_TYPE}"
|
||||
mv "${demo_dir}_with_dlls" ..
|
||||
popd
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue