build(libconstants): changed over to use external libconstants

this is the same module as before just broken out into its own subproject
This commit is contained in:
2025-06-21 06:30:36 -04:00
parent d2ef11b9cb
commit da7f361883

View File

@@ -1,5 +1,7 @@
cmake = import('cmake') cmake = import('cmake')
subdir('fourdst')
subdir('mfem') subdir('mfem')
subdir('yaml-cpp') subdir('yaml-cpp')
subdir('quill') subdir('quill')
@@ -20,4 +22,4 @@ elif configErr == 'harsh'
commonCppArgs += ['-DCONFIG_HARSH'] commonCppArgs += ['-DCONFIG_HARSH']
endif endif
add_project_arguments(commonCppArgs, language: 'cpp') add_project_arguments(commonCppArgs, language: 'cpp')