rust-lang / cmake-rs

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

Add JOM support #182

Closed samkevich closed 3 weeks ago

samkevich commented 1 year ago

JOM is a clone of NMake to support the execution of multiple independent commands in parallel. Although CMake supports JOM generator with -G NMake Makefiles JOM, cmake-rs supports only NMake Makefiles generator.

tgross35 commented 3 weeks ago

Fixed by https://github.com/rust-lang/cmake-rs/pull/183