From 98162d002e9dfa33dc48eda19913b3e8f57f4e36 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Wed, 19 Feb 2025 14:34:31 -0500 Subject: [PATCH] build(src/meson.build): added poly module to build system --- src/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 9ae232d..efcc4b7 100644 --- a/src/meson.build +++ b/src/meson.build @@ -5,4 +5,5 @@ subdir('resources') subdir('dobj') subdir('const') subdir('opatIO') -subdir('meshIO') \ No newline at end of file +subdir('meshIO') +subdir('poly') \ No newline at end of file