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

subproject() #74

Open dcbaker opened 2 years ago

dcbaker commented 2 years ago

We'll need subproject (as part of dependencies) for a bootstrapped self-hosting setup, as we're likely to need a three step bootstreap:

  1. build meson++ with make
  2. build meson++ with meson++, using subprojects for at least libpkgconf
  3. build meson++ again to get system dependencies