dundargoc opened PR #8490 from dundargoc:c-api/cmake
to bytecodealliance:main
:
Currently the CMakeLists.txt is designed to only be consumed by a parent project, which limits its flexibility. Adding a
project()
function allows it to also be built as its own project.Also set
USES_TERMINAL_BUILD
toTRUE
inExternalProject_Add()
, which allows getting the installation progress output fromcargo build
.
dundargoc requested fitzgen for a review on PR #8490.
dundargoc requested wasmtime-core-reviewers for a review on PR #8490.
alexcrichton submitted PR review:
Thanks!
alexcrichton merged PR #8490.
dundargoc commented on PR #8490:
Would it be fine to backport this to the
release-20.0.0
branch? I don't mind sending another PR to that branch.
dundargoc deleted a comment on PR #8490:
Would it be fine to backport this to the
release-20.0.0
branch? I don't mind sending another PR to that branch.
Last updated: Nov 22 2024 at 16:03 UTC