meson.build: move Log.cxx and LogBackend.cxx into a static library
Prevents compiling those sources many times, once for each debug program using it.
This commit is contained in:
@@ -5,6 +5,9 @@ decoder_api = static_library(
|
||||
'DecoderBuffer.cxx',
|
||||
'DecoderPlugin.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
log_dep,
|
||||
],
|
||||
)
|
||||
|
||||
decoder_api_dep = declare_dependency(
|
||||
|
Reference in New Issue
Block a user