CMake - Get your build on!

preview_player
Показать описание
Building C/C++ code is probably a frequent occurrence for many in the department. But how many know how to write a good build system for their C/C++ project? In this tutorial I will introduce you to CMake which is a cross platform meta build system that will read a description of your project and generate a build system from that. Notable supported outputs include make files, Eclipse projects, XCode projects, Visual studio projects and ninja files (hell yeah!). In this tutorial I will show you how to write a build system for your project that includes handling external libraries, generating documentation (doxygen), unit testing (GoogleTest framework) and more. I will try to do this as an interactive tutorial so feel free to bring your laptop and follow along.
Рекомендации по теме
Комментарии
Автор

The best CMake tutorial out there on youtube for beginners!!

shibasispatel
Автор

Link to the presentation (if anyone still cares about):

asish
Автор

A very helpful video indeed. Thanks a ton for sharing :)

chandankumarmishra
Автор

It's the best video I can find in YOUTUBE, although it's hard to read....

frankwang
Автор

It would be great if someone can cleanup the Audio in this ... Its a great video that helped me get started with cmake

aschroeter
Автор

Great contents, what a pity it's so hard to read and hear.
But it was useful nonetheless.

feraudyh
Автор

Very difficult to hear. Many slides are unreadable. I just got done reading another CMake document and the claim 22:30 says you have to explicitly list files, but I read another document it said you could. I tried to not be explicit and it worked fine. I'm not sure the information in this lecture is accurate.

bessermt
Автор

Forget cmake! How the heck does your Vim have autocomplete selection and a file tree!

X
Автор

Thanks for this presentation/lecture its a great intro into build systems, etc.. It's a shame about the poor audio.

Zambiziify