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')
|
||||||
5
subprojects/quill.wrap
Normal file
5
subprojects/quill.wrap
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[wrap-git]
|
||||||
|
url = https://github.com/odygrd/quill
|
||||||
|
revision = v8.1.1
|
||||||
|
|
||||||
|
[cmake]
|
||||||
Reference in New Issue
Block a user