How Every C++ Build System Works (Except for CMake & Premake)
The inspiration for this post comes from a comment that suggested a video series on compilers, toolchains, and build systems. My first thought was: “NO! Learning how to do the same thing over and over with different languages and frameworks is the bane of a software developer’s existence. I’m NOT doing that!”Besides, all build systems […]