diff options
author | Stephan Lachnit <stephanlachnit@debian.org> | 2022-12-27 14:27:25 +0100 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-12-27 09:19:53 -0500 |
commit | d3ad05e5e5eecfe7cf9588ad28c8e55d82f7389f (patch) | |
tree | 9ece0965fce4514384cacff1a01c54112c4ef0d7 | |
parent | 18d2431685b6c210b7028b89f5ca3fcbc3870028 (diff) | |
download | meson-d3ad05e5e5eecfe7cf9588ad28c8e55d82f7389f.zip meson-d3ad05e5e5eecfe7cf9588ad28c8e55d82f7389f.tar.gz meson-d3ad05e5e5eecfe7cf9588ad28c8e55d82f7389f.tar.bz2 |
docs: add mmeson to IDE integrations [skip-ci]
-rw-r--r-- | docs/markdown/IDE-integration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index c60aeef..dd3d8d9 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -426,3 +426,4 @@ schema is defined by the class structure given in - [Meson Syntax Highlighter](https://plugins.jetbrains.com/plugin/13269-meson-syntax-highlighter) plugin for JetBrains IDEs. - [asabil.meson](https://open-vsx.org/extension/asabil/meson) extension for VS Code/Codium - [Qt Creator](https://doc.qt.io/qtcreator/creator-project-meson.html) +- [mmeson](https://github.com/stephanlachnit/mmeson) (ccmake clone for Meson) |