refactor(liblogging): changed SERiF to use liblogging

This commit is contained in:
2025-06-21 08:26:04 -04:00
parent a43f327672
commit c55185c1e3
20 changed files with 56 additions and 226 deletions

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

View File

@@ -1 +1,2 @@
subdir('libconstants')
subdir('liblogging')

View File

@@ -4,7 +4,6 @@ subdir('fourdst')
subdir('mfem')
subdir('yaml-cpp')
subdir('quill')
subdir('boost')
subdir('opatIO')
subdir('mpi')