dcbaker / meson-plus-plus

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

declare_dependency #16

Closed dcbaker closed 2 years ago

dcbaker commented 3 years ago

We need to handle delcare_dependency as well, this likely needs to be implemented after dependency() and linkage, including shared libraries. Ideally we can just do transformations in the MIR stage to have it down to just a shared library and include dirs to link to, and won't require any significant backend work