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:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user