From 2d3abd76deeb04cfc80d605db682d1b59b455417 Mon Sep 17 00:00:00 2001 From: Mark Meredith Date: Tue, 19 Oct 2021 13:50:15 -0400 Subject: [PATCH] rename csg-parser to csg-eb --- src/csg/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/csg/meson.build b/src/csg/meson.build index e84bb74..de0685a 100644 --- a/src/csg/meson.build +++ b/src/csg/meson.build @@ -1,4 +1,4 @@ -lib_csg_parser = static_library('csg-parser', +lib_csg_parser = static_library('csg-eb', 'cgal_helper_polygon.cpp', 'cgal_helper_polyhedron.cpp', 'csg.cpp', -- GitLab