diff options
author | textshell <textshell@users.noreply.github.com> | 2018-12-28 21:20:15 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:31 +0100 |
commit | 7cf0e307074f11028c383a85616ff7c5a3a1b529 (patch) | |
tree | c512cf325bc859c4e589a8b4a2ead6ee8562d8b6 /docs | |
parent | 7eb8621ea6d7a1a50005b80460c30722e3680007 (diff) | |
download | meson-7cf0e307074f11028c383a85616ff7c5a3a1b529.zip meson-7cf0e307074f11028c383a85616ff7c5a3a1b529.tar.gz meson-7cf0e307074f11028c383a85616ff7c5a3a1b529.tar.bz2 |
Update docs/markdown/IDE-integration.md
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
Diffstat (limited to 'docs')
-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 6fb2321..765c2c4 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -59,7 +59,7 @@ The `intro-sources.json` file stores a list of all source objects of the target. "compiler": ["The", "compiler", "command"], "parameters": ["list", "of", "compiler", "parameters"], "sources": ["list", "of", "all", "source", "files", "for", "this", "language"], - "generated_sources": ["list", "of", "all", "soruce", "files", "that", "where", "generated", "somewhere", "else"] + "generated_sources": ["list", "of", "all", "source", "files", "that", "where", "generated", "somewhere", "else"] } ``` @@ -155,4 +155,4 @@ This API can also work without a build directory for the `--projectinfo` command - [Gnome Builder](https://wiki.gnome.org/Apps/Builder) - [Eclipse CDT](https://www.eclipse.org/cdt/) (experimental) -- [Meson Cmake Wrapper](https://github.com/prozum/meson-cmake-wrapper) (for cmake IDEs)
\ No newline at end of file +- [Meson Cmake Wrapper](https://github.com/prozum/meson-cmake-wrapper) (for cmake IDEs) |