diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2018-12-30 11:31:03 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:31 +0100 |
commit | 5c39dd0668ffe301aee66453b86591bbdb29a954 (patch) | |
tree | 729d3b6d5492b0d0c6ad90f4e3b18b7b4c943352 /docs/markdown/IDE-integration.md | |
parent | 1268597df590413539099f0f3797fae7bcb5c09a (diff) | |
download | meson-5c39dd0668ffe301aee66453b86591bbdb29a954.zip meson-5c39dd0668ffe301aee66453b86591bbdb29a954.tar.gz meson-5c39dd0668ffe301aee66453b86591bbdb29a954.tar.bz2 |
Doc updates and throw if no target type is set
Diffstat (limited to 'docs/markdown/IDE-integration.md')
-rw-r--r-- | docs/markdown/IDE-integration.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index 4b5c360..639f4a0 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -74,7 +74,8 @@ The following table shows all valid types for a target. `shared library` | Target for a shared library `shared module` | A shared library that is meant to be used with dlopen rather than linking into something else `custom` | A custom target - `unknown target` | The current target format is unknown. This is probably a bug + `run` | A Meson run target + `jar` | A Java JAR target ## Build Options |