summaryrefslogtreecommitdiff
path: root/docs/yaml/functions/add_project_dependencies.yaml
blob: 03420c51c4e3c92302cdec33fccad75d02fbbb0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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