Stop Wrestling with CMake: Meet Craft
Writing build files and managing dependencies from scratch is a massive headache. Meet Craft. It brings a modern, Cargo-like CLI workflow to C and C++. Just define your project in a simple TOML file, and Craft automatically generates your CMakeLists. Need a dependency? Add a Git link and Craft handles it with a single command. You keep the power of CMake under the hood, but eliminate the friction so you can actually focus on coding.