diff options
Diffstat (limited to 'docs/markdown/Module-reference.md')
-rw-r--r-- | docs/markdown/Module-reference.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/markdown/Module-reference.md b/docs/markdown/Module-reference.md new file mode 100644 index 000000000..866c141c5 --- /dev/null +++ b/docs/markdown/Module-reference.md @@ -0,0 +1,10 @@ +Meson has a selection of modules to make common requirements easy to use. Modules can be thought of like the standard library of a programming language. Currently Meson provides the following modules. + +* [Gnome](Gnome-module.md) +* [i18n](i18n-module.md) +* [Qt4](Qt4-module.md) +* [Qt5](Qt5-module.md) +* [Pkgconfig](Pkgconfig-module.md) +* [Python3](Python-3-module.md) +* [RPM](RPM-module.md) +* [Windows](Windows-module.md) |