|
|
|
@ -1866,10 +1866,54 @@ permitted_kwargs = {'add_global_arguments': {'language', 'native'}, |
|
|
|
|
'add_test_setup': {'exe_wrapper', 'gdb', 'timeout_multiplier', 'env'}, |
|
|
|
|
'benchmark': {'args', 'env', 'should_fail', 'timeout', 'workdir', 'suite'}, |
|
|
|
|
'build_target': known_build_target_kwargs, |
|
|
|
|
'configure_file': {'input', 'output', 'configuration', 'command', 'copy', 'install_dir', 'install_mode', 'capture', 'install', 'format', 'output_format', 'encoding'}, |
|
|
|
|
'custom_target': {'input', 'output', 'command', 'install', 'install_dir', 'install_mode', 'build_always', 'capture', 'depends', 'depend_files', 'depfile', 'build_by_default', 'build_always_stale', 'console'}, |
|
|
|
|
'dependency': {'default_options', 'fallback', 'language', 'main', 'method', 'modules', 'optional_modules', 'native', 'required', 'static', 'version', 'private_headers'}, |
|
|
|
|
'declare_dependency': {'include_directories', 'link_with', 'sources', 'dependencies', 'compile_args', 'link_args', 'link_whole', 'version'}, |
|
|
|
|
'configure_file': {'input', |
|
|
|
|
'output', |
|
|
|
|
'configuration', |
|
|
|
|
'command', |
|
|
|
|
'copy', |
|
|
|
|
'install_dir', |
|
|
|
|
'install_mode', |
|
|
|
|
'capture', |
|
|
|
|
'install', |
|
|
|
|
'format', |
|
|
|
|
'output_format', |
|
|
|
|
'encoding'}, |
|
|
|
|
'custom_target': {'input', |
|
|
|
|
'output', |
|
|
|
|
'command', |
|
|
|
|
'install', |
|
|
|
|
'install_dir', |
|
|
|
|
'install_mode', |
|
|
|
|
'build_always', |
|
|
|
|
'capture', |
|
|
|
|
'depends', |
|
|
|
|
'depend_files', |
|
|
|
|
'depfile', |
|
|
|
|
'build_by_default', |
|
|
|
|
'build_always_stale', |
|
|
|
|
'console'}, |
|
|
|
|
'dependency': {'default_options', |
|
|
|
|
'fallback', |
|
|
|
|
'language', |
|
|
|
|
'main', |
|
|
|
|
'method', |
|
|
|
|
'modules', |
|
|
|
|
'optional_modules', |
|
|
|
|
'native', |
|
|
|
|
'required', |
|
|
|
|
'static', |
|
|
|
|
'version', |
|
|
|
|
'private_headers', |
|
|
|
|
}, |
|
|
|
|
'declare_dependency': {'include_directories', |
|
|
|
|
'link_with', |
|
|
|
|
'sources', |
|
|
|
|
'dependencies', |
|
|
|
|
'compile_args', |
|
|
|
|
'link_args', |
|
|
|
|
'link_whole', |
|
|
|
|
'version', |
|
|
|
|
}, |
|
|
|
|
'executable': build.known_exe_kwargs, |
|
|
|
|
'find_program': {'required', 'native'}, |
|
|
|
|
'generator': {'arguments', 'output', 'depfile', 'capture', 'preserve_path_from'}, |
|
|
|
|