5 ms·
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.
by sigoden 3y 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.
- steveklabnik 3y agoIt 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.
- tristan957 3y agoCargo is an ineffective build system if you need anything that isn't just Rust.