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

@@ -2,3 +2,4 @@ option('pkg_config', type: 'boolean', value: true, description: 'generate pkg-co
option('build_tests', type: 'boolean', value: true, description: 'generate unit tests (uses gtest)')
option('build_examples', type: 'boolean', value: true, description: 'generate example programs')
option('lib_install_dir', type: 'string', value: '', description: 'Override install dir for the shared library (used by the fourdst umbrella to place libs inside the Python package in wheel builds). Empty = default libdir.')
option('header_install_dir', type: 'string', value: '', description: 'Override the header install root (used by the fourdst umbrella to place headers inside the Python package in wheel builds). Empty = default includedir.')