table of contents
other versions
- stretch 0.37.1-1
MESONCONF(1) | User Commands | MESONCONF(1) |
NAME¶
mesonconf - a tool to configure Meson buildsDESCRIPTION¶
Mesonconf provides a way to configure a Meson project from the command line. Its usage is simple.mesonconf [ build directory ] [ options to set ]
If build directory is omitted, the current directory is used instead.
If no parameters are set, mesonconf will print the value of all build options to the console.
To set values, just use the -D command line argument like this.
mesonconf -Dopt1=value1 -Dopt2=value2
SEE ALSO¶
http://mesonbuild.com/December 2016 | mesonconf 0.37.1 |