build(header_install_dir): added header_install_dir option
this option is useful for wheel builds
This commit is contained in:
@@ -3,3 +3,4 @@ option('build_tests', type: 'boolean', value: true, description: 'build unit tes
|
||||
option('build_examples', type: 'boolean', value: true, description: 'build example programs')
|
||||
option('build_benchmarks', type: 'boolean', value: false, description: 'build benchmark 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.')
|
||||
|
||||
Reference in New Issue
Block a user