The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
324 B
7 lines
324 B
6 years ago
|
## meson configure can now print the default options of an unconfigured project
|
||
|
|
||
|
With this release, it is also possible to get a list of all build options
|
||
|
by invoking `meson configure` with the project source directory or
|
||
|
the path to the root `meson.build`. In this case, meson will print the
|
||
|
default values of all options.
|