Skip to content

[meson] export and use meson options as C/C++ defines

Florian Fischer requested to merge use_meson_configuration into master

All options in meson_options.txt are exported in emper-config.h as uppercase defines and prefixed with EMPER_. Every source file using one of the EMPER_* defines now includes "emper-config.h".

Merge request reports