rust-lang / cmake-rs

Rust build dependency for running cmake
https://docs.rs/cmake
Apache License 2.0
301 stars 121 forks source link

Show cmake progress bar percentage #205

Open thewh1teagle opened 2 months ago

thewh1teagle commented 2 months ago

Is there a way to get / show progress bar percentage? I build some c++ library which takes some time, and it would be nice to see the progress percentage while it built it. I can see it when building with cargo -vv but of course that's show a lot of debug info which is not relevant Thanks