Merge pull request #75 from tboudreaux/dependency/libconstants

SERiF now uses libconstants
This commit is contained in:
2025-06-21 06:33:08 -04:00
committed by GitHub

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')