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.
6 lines
324 B
6 lines
324 B
## 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.
|
|
|