quill provides a robust and very efficient asyncronous and thread safe logging module. I have brought this in to handle logging
5 lines
193 B
Meson
5 lines
193 B
Meson
quill_sp = cmake.subproject(
|
|
'quill'
|
|
)
|
|
quill_dep = quill_sp.dependency('quill')
|
|
add_project_arguments('-I' + meson.current_build_dir() + '/subprojects/quill/__CMake_build', language: 'cpp') |