Introduction to CMake
Finally I can write about using CMake. I’m going to go through the basics of writing a CMakeLists.txt file, which controls how CMake runs, and using CMake to build software. Since my focus is on CMake itself, I’ll use a very simple program for testing that simply prints out the version of SDL that you …