build(header_install_dir-+-vendor): vendored quill and added header_install_dir option

this helps with wheel installs

BREAKING CHANGE:
This commit is contained in:
2026-06-11 09:51:16 -04:00
parent 6f06cf03a7
commit 8817be5831
4 changed files with 18 additions and 6 deletions

View File

@@ -48,4 +48,4 @@ logging_dep = declare_dependency(
logging_headers = files(
'include/fourdst/logging/logging.h'
)
install_headers(logging_headers, subdir : 'fourdst/logging')
install_headers(logging_headers, install_dir: logging_header_install_dir)