Introduction the CMake, showing how to setup a basic project, define an executable and a source file for compilation. We will also generate some build files and actually compile and link our source code into something we can run.
#cmake #c++ #programming