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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user