utils: rework Mu::Error and g_ logging macros with fmt

A bit more C++ template magic to remove a lot of code.
This commit is contained in:
Dirk-Jan C. Binnema
2023-07-03 20:41:06 +03:00
parent e6ab61d233
commit 742ca33740
11 changed files with 128 additions and 163 deletions

View File

@ -38,7 +38,9 @@ install: false)
lib_mu_utils_dep = declare_dependency(
link_with: lib_mu_utils,
include_directories: include_directories(['.', '..'])
compile_args: '-DFMT_HEADER_ONLY',
include_directories:
include_directories(['.', '..', '../thirdparty/fmt'])
)
#