diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-11-14 17:29:34 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-11-14 18:16:47 +0100 |
commit | c361181cd9d6eeea24a1f8ad94772f4cce132692 (patch) | |
tree | 2fd09bad0e5c0d9d976b7e5cf4acd3019569460f /docs/markdown/IDE-integration.md | |
parent | 2e62d6a20382f3cd4c4eb60104921e18a963b533 (diff) | |
download | meson-c361181cd9d6eeea24a1f8ad94772f4cce132692.zip meson-c361181cd9d6eeea24a1f8ad94772f4cce132692.tar.gz meson-c361181cd9d6eeea24a1f8ad94772f4cce132692.tar.bz2 |
mintro: dependencies: added version key
Diffstat (limited to 'docs/markdown/IDE-integration.md')
-rw-r--r-- | docs/markdown/IDE-integration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index 0c4f819..8e634aa 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -192,8 +192,8 @@ in a real meson run. Because of this options for the subprojects can differ. ## The dependencies section The list of all _found_ dependencies can be acquired from -`intro-dependencies.json`. Here, the name, compiler and linker arguments for -a dependency are listed. +`intro-dependencies.json`. Here, the name, version, compiler and linker +arguments for a dependency are listed. ### Scanning for dependecie with `--scan-dependencies` |