Hacker News new | ask | show | jobs
by ahartmetz 66 days ago
CMake does three main things: Compilation with dependency tracking, finding external dependencies, and platform-independence. Make only does one of them.

Another comment suggested batch files - these do zero out of three.