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:
5
build-config/quill/meson.build
Normal file
5
build-config/quill/meson.build
Normal 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')
|
||||
Reference in New Issue
Block a user