The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
431 B
17 lines
431 B
3 years ago
|
name: add_project_dependencies
|
||
|
since: 0.63.0
|
||
|
returns: void
|
||
|
description: |
|
||
|
Adds arguments to the compiler and linker command line, so that the
|
||
|
given set of dependencies is included in all build products for this
|
||
|
project.
|
||
|
|
||
|
|
||
|
varargs:
|
||
|
type: dep
|
||
|
name: dependencies
|
||
|
description: The dependencies to add; if internal dependencies are included,
|
||
|
they must not include any built object.
|
||
|
|
||
|
kwargs_inherit: add_global_arguments
|