build(quill): added quill as a subproject

quill provides a robust and very efficient asyncronous and thread safe logging module. I have brought this in to handle logging
This commit is contained in:
2025-02-23 11:25:11 -05:00
commit 2d27b119bd
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
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')