refactor(liblogging): changed SERiF to use liblogging
This commit is contained in:
4
build-config/fourdst/liblogging/meson.build
Normal file
4
build-config/fourdst/liblogging/meson.build
Normal file
@@ -0,0 +1,4 @@
|
||||
logging_p = subproject('liblogging')
|
||||
|
||||
logging_dep = logging_p.get_variable('logging_dep')
|
||||
quill_dep = logging_p.get_variable('quill_dep')
|
||||
@@ -1 +1,2 @@
|
||||
subdir('libconstants')
|
||||
subdir('liblogging')
|
||||
|
||||
@@ -4,7 +4,6 @@ subdir('fourdst')
|
||||
|
||||
subdir('mfem')
|
||||
subdir('yaml-cpp')
|
||||
subdir('quill')
|
||||
subdir('boost')
|
||||
subdir('opatIO')
|
||||
subdir('mpi')
|
||||
|
||||
Reference in New Issue
Block a user