The only C++ buildsystem you need to know: Quickstart for CMake

preview_player
Показать описание
CMake is the most popular buildsystem for C++. In this tutorial you will learn how to setup a simple CMake project. We will look at how to use several source files. Additionally, I show how the generator/the backend of CMake can be changed from Makefiles to Ninja.

00:25 Install
00:57 Simple Example
04:04 Complex Example
06:50 Using different generators
10:06 Wrapup

Tools that I use:

In code:
Рекомендации по теме