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

Expose custom_target(depend_files) #148

Open dcbaker opened 2 weeks ago

dcbaker commented 2 weeks ago

The implementation in the MIR structures and FIR structures and lowering, as well as the Ninja backend exists, however, it's not exposed in a user facing way.