Add links to Subprojects.md page from subproject() and subproject object documentation [skip ci]
This commit is contained in:
parent
5e6c47a4b2
commit
15537f5e8e
|
@ -1138,6 +1138,8 @@ subproject. However, if you want to use a dependency object from
|
||||||
inside a subproject, an easier way is to use the `fallback:` keyword
|
inside a subproject, an easier way is to use the `fallback:` keyword
|
||||||
argument to [`dependency()`](#dependency).
|
argument to [`dependency()`](#dependency).
|
||||||
|
|
||||||
|
[See additional documentation](Subprojects.md).
|
||||||
|
|
||||||
### test()
|
### test()
|
||||||
|
|
||||||
``` meson
|
``` meson
|
||||||
|
@ -1784,7 +1786,7 @@ opaque object representing it.
|
||||||
|
|
||||||
- `get_variable(name)` fetches the specified variable from inside the
|
- `get_variable(name)` fetches the specified variable from inside the
|
||||||
subproject. This is useful to, for instance, get a [declared
|
subproject. This is useful to, for instance, get a [declared
|
||||||
dependency](#declare_dependency) from the subproject.
|
dependency](#declare_dependency) from the [subproject](Subprojects.md).
|
||||||
|
|
||||||
### `run result` object
|
### `run result` object
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue