diff options
author | Charles Barto <bartoc@umich.edu> | 2018-08-03 16:16:58 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-08-09 01:37:48 +0300 |
commit | ab6929f64ad295fb42ca989d2beea023b1f37f7d (patch) | |
tree | b56a7f326cd67e8523c7cb0328c4c7f0fe219bdb /docs | |
parent | a8694f4b261fbe3a854d2a2d72742fde9a67d4b3 (diff) | |
download | meson-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.md | 6 |
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 |