blob: 8ae4763065a48944bdea74b84b443820977d86f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
name: add_project_link_arguments
returns: void
description: |
Adds global arguments to the linker command line.
Like [[add_global_arguments]] but the arguments are passed to the linker.
notes:
- You must pass always arguments individually `arg1, arg2, ...`
rather than as a string `'arg1 arg2', ...`
varargs:
type: str
name: Linker argument
description: The linker arguments to add
kwargs_inherit: add_global_arguments
|