Simplified CMake Tutorial

preview_player
Показать описание
CMake is a complex beast and hopefully I make it simple and easy to understand in this tutorial while also utilizing somewhat Modern CMake features. There's a ton of different ways to do things so it's crucial to ditch some of the more outdated ways of doing things.

#build #modern #cmake #cpp

Quicklinks:
00:00 - Intro
00:43 - Hello World
03:55 - Clearing up clutter
04:47 - Vim plugin
06:05 - Header files
09:53 - More source files
13:52 - Custom Library
17:30 - Depending on a CMake ready lib
21:10 - Depending on a lib manually
26:46 - CPM
Рекомендации по теме
Комментарии
Автор

This is a great, simplified CMake tutorial. Highly recommended for all C++ developers who need to get a flavour of CMake in half an hour.

honey_sukesan
Автор

Simple, quick, knowledge-packed, easy to understand and to follow tutorial. I went from complete magic to understanding CMakeLists in 30 minutes! Thanks a lot!

Gornius
Автор

This is the best video on C++ by far, every other people just run into coding, but no one actually takes the time to explain how to compile and automate the compilation of your projects. Very well done.

iLeno
Автор

Really, really good tutorial! Great explanations, easy-to-follow and yet you still manage to add enough detail that one can imagine how to begin to scale this up beyond simple "hello world"-style projects. Thank you.

TheHenkrik
Автор

This is the best CMake tutorial and the best part it is in Linux. Waiting for the next parts eagerly. It would be great, if you create content on - creating subdirectories using CMake, git, CDash and CTest.

ankit
Автор

I concur with what most people are saying, this is definitely a good introduction and directly applicable to a project I'm working on at work.

everett
Автор

Best tutorial of Cmake for beginners on YT I'm not exaggerating.

peacemode
Автор

Perfect tutorial! You cover all the stuff a programmer wants to know in a very short and clear manner.

qwviwmw
Автор

I still come back to this tutorial whenever I have to setup a new CMake project.

ancientstraits
Автор

By far, The most fluent cmake tutorial on youtube.

pooriaheidary
Автор

Thanks for putting chapters, its very useful

Roule_n_Scratche
Автор

Okay this is actually really helpfull. just added a project name to a txt file that didn't work but now it does, does take a bit before you understand but its actually pretty easy.

lahianmoronta
Автор

Really amazing video! so clear! thank you so much!

simonedeangelis
Автор

Thé only cmake tutorial that really helped me

Franfran
Автор

very good explanations, thanks so much

hts
Автор

Thanks for amazing video. Helped a lot

tunacici
Автор

Great video, thank you so much for sharing your knowledge! You got a new sub 🙂

DjStrios
Автор

WTF, why is this better that than the original c++ tutorial?? 😅

xxbomelxx
Автор

Thank you so much!!! Finally I can understand the CMake rather than call it fxxking-but-cant-get-rid-of magic.

newsgo
Автор

Excellent tutorial, keep those keys clicking

why