Windows build fixes

This commit is contained in:
Chris Cannam
2021-02-09 11:12:20 +00:00
parent caeed3427d
commit 18c06ab8c4
2 changed files with 124 additions and 83 deletions

View File

@@ -16,3 +16,18 @@ option('ipp_path',
value: '',
description: 'Path to Intel IPP libraries, if selected for any of the other options.')
option('extra_include_dirs',
type: 'array',
value: [],
description: 'Additional local header directories to search for dependencies.')
option('extra_lib_dirs',
type: 'array',
value: [],
description: 'Additional local library directories to search for dependencies.')
option('no_shared',
type: 'boolean',
value: 'false',
description: 'Do not build shared libraries. On Windows this will also ensure that the static library is called simply rubberband.lib, not rubberband-static.lib as it is in the default build.')