From b8c00060f94c01f0305338d8739880137fbf28ec Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sun, 23 Feb 2025 11:25:39 -0500 Subject: [PATCH] build(quill): added quill config to build-config --- 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 894cf67..92335cf 100644 --- a/build-config/meson.build +++ b/build-config/meson.build @@ -1,4 +1,5 @@ cmake = import('cmake') subdir('mfem') -subdir('yaml-cpp') \ No newline at end of file +subdir('yaml-cpp') +subdir('quill') \ No newline at end of file