CMake, How it Works (At Three Different Levels)
You’ve heard about CMake, and want to know how it works? Great! Here’s how it works at three different levels.The BasicsAt a surface level, CMake is a tool to build C/C++ software on multiple platforms using the same build script. So, you can take the same code, and build script, and build software that can […]