Meson build system integration for Sublime Text.
Install it from Package Control.
Copy this repo's folder into your Sublime Text Packages directory. You will need to rename the folder to "Meson".
- Open the Command Palette (
cmd+shift+pon OS X,ctrl+shift+pon Linux/Windows). - Start typing "Meson", then you'll see the available commands.
- Select one of the commands.
- Syntax highlighting for
meson.buildandmeson-options.txtfiles. - The following commands output to a Sublime Text panel. Every command containing "Panel" affects only the panel itself.
Meson: Setupsetup projects viameson setup.Meson: Compilecompile projects viameson compile. This feature requires Meson version >= 0.54.- Integrates with Sublime Text's build systems. It currently provides
meson compile,meson setupandmeson test.
Check out the issues to see what is being worked on next, suggest something new or report a bug.