From da4d17a50fc8165f98303fe3b62666478a79549e Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Wed, 19 Feb 2025 14:50:44 -0500 Subject: [PATCH] build(yaml-cpp): added yaml-cpp as a dependency config files will be written in yaml, added a well tested yaml parser to 4DSSE --- build-config/meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-config/meson.build b/build-config/meson.build index cefc100..894cf67 100644 --- a/build-config/meson.build +++ b/build-config/meson.build @@ -1 +1,4 @@ -subdir('mfem') \ No newline at end of file +cmake = import('cmake') + +subdir('mfem') +subdir('yaml-cpp') \ No newline at end of file