From c1ae1978545b07352d2a5ac603e23072ada17224 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Mon, 24 Mar 2025 04:57:18 -0400 Subject: [PATCH] build(opatIO): broke opatIO out into a seperate module --- build-config/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-config/meson.build b/build-config/meson.build index d800bdd..f7f6466 100644 --- a/build-config/meson.build +++ b/build-config/meson.build @@ -3,4 +3,5 @@ cmake = import('cmake') subdir('mfem') subdir('yaml-cpp') subdir('quill') -subdir('boost') \ No newline at end of file +subdir('boost') +subdir('opatIO')