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.

8 lines
359 B

## New `include_directories` and `extra_args` keys for the target introspection
Meson now also prints the include directories and extra compiler arguments for
the target introspection (`meson introspect --targets`).
The `include_directories` key stores a list of absolute paths and the `extra_args`
key holds a dict of compiler arguments for each language.