diff options
Diffstat (limited to 'docs/markdown/IDE-integration.md')
-rw-r--r-- | docs/markdown/IDE-integration.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index 32e5e32..ab157d1 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -54,6 +54,7 @@ for one target is defined as follows: "id": "The internal ID meson uses", "type": "<TYPE>", "defined_in": "/Path/to/the/targets/meson.build", + "subproject": null, "filename": ["list", "of", "generated", "files"], "build_by_default": true / false, "target_sources": [], @@ -66,6 +67,9 @@ be present. It stores the installation location for each file in `filename`. If one file in `filename` is not installed, its corresponding install location is set to `null`. +The `subproject' key specifies the name of the subproject this target was +defined in, or `null` if the target was defined in the top level project. + A target usually generates only one file. However, it is possible for custom targets to have multiple outputs. |