|
|
|
|
|
by cyber_kinetist
108 days ago
|
|
Note that if you want to go a bit further, you should make your own minimal build system that replaces CMake. That alone will make your project compile much faster! I've made my own in Python that generates Ninja files only - and it's surprisingly not that much work (especially if Claude Code can help you). |
|
Also if you want your project to compile with Ninja on Linux, but also with MSVC and you want cross-compilation (on Linux for Windows) and an Emscripten build (I do want all of those), then rebuilding CMake is quite a lot of work.