Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: make the c-api CMakeLists.txt easier to import (#8496)
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` to `TRUE` in `ExternalProject_Add()`, which allows getting the installation progress output from `cargo build`.
- Loading branch information