CMake vs Make – A Real Life Comparison (With Actual Code)
CMake and Make are two different build systems for C/C++. But how do they compare? And which should you choose? To answer those questions, let’s compare the two at a practical level. By that I mean that I’m going to build actual C++ code using both build systems, so you can see them both in […]