
In this video we are going to setup our environment.
Overview of all commands:
sudo apt-get install g++
sudo apt-get install make
sudo apt purge --auto-remove cmake
./bootstrap # after downloading cmake (in cmake folder)
make -j4
sudo make install
cmake --version
We will build our first CMake Project
We will learn to understand the CMake Documentation
Console Output
Variables
if/else
Foreach
Lists
CMake Variables
Cache Variables
What is find_package() and how does it work?
Add a Unit-Test to your Project
Use CTest to run your Unit-Test
CMake is a powerful tool for software developers and every C++ developer should know how to use it properly. In this course, you will learn to program modern CMake in order to manage your build processes. The course contains videos, slides and quizzes. After this course, you will use CMake like a programming language and you will be able to create your own build pipelines for your C++ projects.