build(header_install_dir): added header_install_dir option

this is useful for wheel builds
This commit is contained in:
2026-06-11 09:36:34 -04:00
parent 898c5285da
commit 92795f8f5a
7 changed files with 17 additions and 13 deletions

View File

@@ -33,6 +33,6 @@ reflect_cpp_dep = declare_dependency(
install_subdir(
'include',
install_dir: get_option('includedir') / 'fourdst' / 'vendor',
strip_directory: true
install_dir: config_header_root / 'fourdst' / 'vendor',
strip_directory: true,
)