dcbaker / meson-plus-plus

An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
50 stars 7 forks source link

Add support for disablers #163

Closed dcbaker closed 4 days ago

dcbaker commented 4 days ago

This implements the disabler() function (for testing), and the ability to recursively push disablers down.

Followup work includes

Closes #20