21:12
CMake Tutorial for Absolute Beginners - From GCC to CMake including Make and Ninja
If you write any C/C++ code for the Raspberry Pi Pico (or Pico 2) using the official SDK then you will need to use CMake. But, what ...
1:24:03
Post-Modern Cmake - From 3.0 to 4.0 - Vito Gamberini - C++Now 2025
https://www.cppnow.org --- Post-Modern Cmake - From 3.0 to 4.0 - Vito Gamberini - C++Now 2025 --- CMake 4.0 is here, which is ...
14:13
Modules in C++ 20 - Thoughts on Compiler & CMake Support
UPDATE ❗❗❗ Stream where we use the NEW CMake modules support: https://www.youtube.com/watch?v=WdY_NkUQBOE ...
5:05
C++23 Modules Setup Guide (Clangd, Clang, CMake)
Yo guys, this is a short tutorial on setting up c++ modules inclusive of LSP support (via clangd). Copy and paste-able relevant ...
1:02:09
Modern CMake Modules - Bret Brown - CppCon 2021
Importantly, this talk will also cover when *not* to write a CMake module. If you find yourself wincing at all the repetitive boilerplate ...
6:44
How to CMake Good - 1b - Adding a Library
Last time we created an executable, but you might also want to make some libraries! I'll show how you can make a library and ...
54:53
Modern CMake for modular design - Mathieu Ropert - Meeting C++ 2017
CMake is the build system chosen by most of the C++ open source projects. While it is fully capable of helping you enforce a good ...
9:37
C++ in VS Code: Building your Code with CMake
Discover the benefits of using a build system for your C++ code. Follow along to learn how to add the CMake build system to your ...
10:50
C++ Modules Basics using CMake
Modules and Header files are used to structure and re-use code. In this video I will give you a motivating overview of which ...
1:01:22
import CMake; // Mastering C++ Modules - Bill Hoffman - CppCon 2024
https://cppcon.org --- import CMake; // Mastering C++ Modules - Bill Hoffman - CppCon 2024 --- C++20 modules represent a ...
11:38
How to build a simple C++ project with CMake? What about advanced projects? #programming #tech #softwaredevelopment ...
15:15
CMake Tutorials - 3. Project and C++ Configuration
In this video we go over setting the correct C++ compiler, setting the appropriate C++ standard version and configuring a header ...
13:03
Have you ever asked yourself, why does CMake exist or why would I want to use it? This video aims to answer these questions.
1:27:02
C++Now 2017: Daniel Pfeifer “Effective CMake"
http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...
27:47
Discord: https://discord.gg/G4cFSKBY5p Merch: https://kandodev-shop.fourthwall.com/ CMake is a complex beast and hopefully I ...
2:22:30
C++ 20 Modules & CMake: Live Project Conversion
Ayo! In today's stream we're playing with the shiny new C++ modules support in CMake. Today we will refactor a Base64 ...
27:54
Help me keep doing these videos!* This works relies on *your* support! You can show it in one of these ways: Start a FREE ...
12:38
Do you even test? (your code with CMake)
Help me keep doing these videos!* This works relies on *your* support! You can show it in one of these ways: Start a FREE ...
14:58
CMake for Beginners: Writing a CMakeLists.txt File from Scratch
https://www.udemy.com/course/master-in-matlab-go-from-zero-to-hero-in-matlab/?referralCode=EC50367603BF747BFB70 ...
1:09:14
C++ Modules: Getting Started Today - Andreas Weis - CppCon 2023
https://cppcon.org/ --- C++ Modules: Getting Started Today - Andreas Weis - CppCon 2023 ...