From da7f361883fdf6e0675af2c661fdeed7a5f68f6a Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sat, 21 Jun 2025 06:30:36 -0400 Subject: [PATCH] build(libconstants): changed over to use external libconstants this is the same module as before just broken out into its own subproject --- build-config/meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-config/meson.build b/build-config/meson.build index 0dab29f..4937af3 100644 --- a/build-config/meson.build +++ b/build-config/meson.build @@ -1,5 +1,7 @@ cmake = import('cmake') +subdir('fourdst') + subdir('mfem') subdir('yaml-cpp') subdir('quill') @@ -20,4 +22,4 @@ elif configErr == 'harsh' commonCppArgs += ['-DCONFIG_HARSH'] endif -add_project_arguments(commonCppArgs, language: 'cpp') \ No newline at end of file +add_project_arguments(commonCppArgs, language: 'cpp')