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

dependencies #12

Open dcbaker opened 3 years ago

dcbaker commented 3 years ago

the dependency() function is super important to any meson implementation, Meson++ will need to implement one for gtest, which comes with the added bonus of being a specially handled dependency.