C++ Tutorial - Project build system using CMake in ubuntu (for beginners)

Опубликовано: 25 Октябрь 2024
на канале: cppdev
5,147
64

This video covers how to set up a basic CMake based build system.
Blog post: https://thecppdev.wordpress.com/2020/...
Source code: https://bit.ly/3iCemDe
Cppdev store : https://teespring.com/stores/cppdev-s...
Music : www.bensound.com

Table of contents:
0:00 Introduction
1:19 CMake tool installation
2:52 CMake configuration overview and structure
5:40 CMakeLists.txt contents for project source code
12:27 Basic message added in source code binary
14:00 Build directory with g++ compiler installation
16:06 CMake build for source code binary
16:50 Make build for source code binary - binary is generated
20:06 New option in CMakeLists.txt for tests code binary
22:29 CMakeLists.txt contents for project tests code
25:39 Basic message for tests code binary
27:57 CMake build for tests code binary
28:30 Make build for tests code binary - binary is generated
29:47 Commit and push changes in the Git repository
33:05 Github changes overview