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:
2
build-config/fourdst/libconstants/meson.build
Normal file
2
build-config/fourdst/libconstants/meson.build
Normal file
@@ -0,0 +1,2 @@
|
||||
const_p = subproject('libconstants')
|
||||
const_dep = const_p.get_variable('const_dep')
|
||||
1
build-config/fourdst/meson.build
Normal file
1
build-config/fourdst/meson.build
Normal file
@@ -0,0 +1 @@
|
||||
subdir('libconstants')
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user