feat(liblogging): added working build system and other requirments to break out liblogging

This commit is contained in:
2025-06-21 07:01:34 -04:00
parent 6cb2c782d9
commit 94cf00f9e0
11 changed files with 274 additions and 327 deletions

3
build-config/meson.build Normal file
View File

@@ -0,0 +1,3 @@
cmake = import('cmake')
subdir('quill')

View File

@@ -7,4 +7,4 @@ quill_sp = cmake.subproject(
'quill',
options: quill_cmake_options,
)
quill_dep = quill_sp.dependency('quill')
quill_dep = quill_sp.dependency('quill')