aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCharles Barto <bartoc@umich.edu>2018-08-03 16:16:58 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2018-08-09 01:37:48 +0300
commitab6929f64ad295fb42ca989d2beea023b1f37f7d (patch)
treeb56a7f326cd67e8523c7cb0328c4c7f0fe219bdb /docs
parenta8694f4b261fbe3a854d2a2d72742fde9a67d4b3 (diff)
downloadmeson-ab6929f64ad295fb42ca989d2beea023b1f37f7d.zip
meson-ab6929f64ad295fb42ca989d2beea023b1f37f7d.tar.gz
meson-ab6929f64ad295fb42ca989d2beea023b1f37f7d.tar.bz2
[skip ci]
add list of existing editor integrations add meson_cmake_wrapper to the list of integrations
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/IDE-integration.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md
index f608c5c..2ce4b78 100644
--- a/docs/markdown/IDE-integration.md
+++ b/docs/markdown/IDE-integration.md
@@ -43,3 +43,9 @@ When these tests fail, the user probably wants to run the failing test in a debu
meson introspect --tests
This provides you with all the information needed to run the test: what command to execute, command line arguments and environment variable settings.
+
+# Existing integrations
+
+- [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