From 05232d33d65a90919b5ee7457f6e0578784f44ce Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Fri, 21 Mar 2025 10:39:34 -0400 Subject: [PATCH] build(boost): incorporated boost into the build system all builds should be run with ./mk now --- 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 92335cf..d800bdd 100644 --- a/build-config/meson.build +++ b/build-config/meson.build @@ -2,4 +2,5 @@ cmake = import('cmake') subdir('mfem') subdir('yaml-cpp') -subdir('quill') \ No newline at end of file +subdir('quill') +subdir('boost') \ No newline at end of file