On Mon, Jan 11, 2021 at 2:22 PM David Ing <
ing....@gmail.com> wrote:
> Is there a meson command that allows me to simply clone my wrap-git subprojects, without executing any build-related logic?
Does `meson subprojects download` do what you want? Its help text is:
Ensure subprojects are fetched, even if not in use. Already
downloaded subprojects are not modified. This can be used to
pre-fetch all subprojects and avoid downloads during configure.
Best regards,
Aman