automatically move data files in data dir + update paths

Done for OFF/OBJ/STL/XYZ/PWN/PLY
This commit is contained in:
Sébastien Loriot
2021-10-04 09:42:49 +02:00
parent 0b232fd8c8
commit 47028cd184
731 changed files with 516 additions and 1583328 deletions
@@ -24,7 +24,7 @@ namespace PMP = CGAL::Polygon_mesh_processing;
int main(int argc, char* argv[])
{
const char* filename1 = (argc > 1) ? argv[1] : "data/P.off";
const char* filename1 = (argc > 1) ? argv[1] : CGAL::data_file_path("meshes/P.off");
Surface_mesh mesh1;
Polyhedron mesh2;