feat(liblogging): added working build system and other requirments to break out liblogging
This commit is contained in:
3
build-config/meson.build
Normal file
3
build-config/meson.build
Normal file
@@ -0,0 +1,3 @@
|
||||
cmake = import('cmake')
|
||||
|
||||
subdir('quill')
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user