Log: add libfmt support
This commit is contained in:
@@ -28,6 +28,9 @@ decoder_glue = static_library(
|
||||
'decoder_glue',
|
||||
'DecoderList.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
log_dep,
|
||||
],
|
||||
)
|
||||
|
||||
decoder_glue_dep = declare_dependency(
|
||||
|
@@ -208,6 +208,7 @@ decoder_plugins = static_library(
|
||||
ogg_dep,
|
||||
wavpack_dep,
|
||||
wildmidi_dep,
|
||||
log_dep,
|
||||
],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user