Search⌘ K
AI Features

CMake Tools

Explore how to use the main CMake tools including cmake, ctest, cpack, cmake-gui, and ccmake. Understand their roles in configuring, building, testing, and packaging C++ projects to ensure your build processes work correctly and efficiently.

We'll cover the following...

This course mainly focuses on how to prepare CMake projects for our users. To cater to their needs, we need to thoroughly understand how users interact with CMake in different scenarios. This will allow us to test our project files and ensure they're working correctly.

Tools in CMake

...