mirror of
https://github.com/mesonbuild/meson.git
synced 2026-08-11 17:44:53 +00:00
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.
11 lines
421 B
Markdown
11 lines
421 B
Markdown
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)
|