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 591b1fdbd3
commit fdc59523bd
14 changed files with 32 additions and 157 deletions

View File

@@ -0,0 +1,2 @@
const_p = subproject('libconstants')
const_dep = const_p.get_variable('const_dep')

View File

@@ -0,0 +1 @@
subdir('libconstants')

View File

@@ -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')
add_project_arguments(commonCppArgs, language: 'cpp')