commit 2d27b119bdc3600b4d0a978e71f59b4f2e6a1ca7 Author: Emily Boudreaux Date: Sun Feb 23 11:25:11 2025 -0500 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 diff --git a/build-config/quill/meson.build b/build-config/quill/meson.build new file mode 100644 index 00000000..3c5a89d8 --- /dev/null +++ b/build-config/quill/meson.build @@ -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') \ No newline at end of file diff --git a/subprojects/quill.wrap b/subprojects/quill.wrap new file mode 100644 index 00000000..d8576412 --- /dev/null +++ b/subprojects/quill.wrap @@ -0,0 +1,5 @@ +[wrap-git] +url = https://github.com/odygrd/quill +revision = v8.1.1 + +[cmake] \ No newline at end of file