This course is for C++ developers and computer science students and it helps with the frustration of learning CMake by providing a structured way of doing it, using small “Hello World”-like examples and some real world examples as well. If you’re like me, you were frustrated because there is no structured tutorial that goes beyond the absolute basics. Maybe you even hated CMake, like a lot of programmers. This will be taken care of, because this is a structured learning path, and we will cover some of the most frequently used features of CMake. No prior experience with CMake is needed, but basic C++ is needed. Just the basics, nothing fancy.I’ve been a professional software developer for more than 10 years now. I’ve also been a trainer in one of my jobs. I noticed that it’s better to take a hands-on approach and I encourage you to do the same with this course. Play around with the examples. Break them. See what happens. What you’ll get out of this: CMake is cross-platformIt’s in a lot of open-source projects, (maybe even your work projects) which you’ll understand betterSimple, easy to follow examples, some of them inspired by real projectsWrite your own CMake projects: BuildExportUse 3rd party librariesTestMostly Linux examples, some Windows onesWindows setup in CLion, Visual Studio, the command line + cmake-guiHere’s a rough outline of the course, but please look at the curriculum on this page: CMake basicsVariablesControl FlowStructuring your projectsExportExternal dependenciesTesting with CTest