Hacker News new | ask | show | jobs
by sigoden 882 days ago
There are still many cmake files in the current source code. What are they for? It should be known that rust projects usually do not use cmake.
2 comments

It says in the post:

> at this stage I think it looks like CMake will be hanging around, much simplified, to handle some of the configure/install targets, while cargo is used for the actual build.

Cargo is an ineffective build system if you need anything that isn't just Rust.