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 ...
55:09
import CMake, CMake and C++20 Modules - Bill Hoffman - CppCon 2022
https://cppcon.org/ --- import CMake, CMake and C++20 Modules - Bill Hoffman - CppCon 2022 ...
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 ...
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 ...
9:47
Compiling Multi-file C++ Source Code with CMake
There are plenty of C++ tutorials around, but most don't cover the essential step of how to compile multiple source files into one ...
16:48
How to Install Libraries in C++ (via CMake and Vcpkg) [READ DESC]
UPDATED BLOG POST: https://blog.elijahlopez.ca/posts/vcpkg-cmake-tutorial/ GITHUB REPO: ...
1:01:07
Clean CMake for C++ (library) developers - Kerstin Keller - Meeting C++ 2024
Clean CMake for C++ library developers - Kerstin Keller - Meeting C++ 2024 Slides: https://slides.meetingcpp.com Survey: ...
1:03:34
import CMake: // 2023 State of C++20 modules in CMake - Bill Hoffman - CppNow 2023
https://www.cppnow.org https://www.linkedin.com/company/cppnow --- import CMake: // 2023 State of C++20 modules in CMake ...
11:19
C++ Weekly - Ep 376 - Ultimate CMake C++ Starter Template (2023 Updates)
Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices Workshops Near You: Preview: https://youtu.be/Ipr6ntCAm9A Sep ...
13:45
A C++ Package Manager Written Entirely in CMake? This is CPM
Are you tired of having to install third-party package managers just so you can easily integrate packages into your CMake project?
26:29
Creating CMake Libraries - That others can find and use.
In this video we're going to create a CMake library, and then configure that library so that we can generate everything needed for it ...
9:20
C++ CMake Project in Visual Studio 2022 (Getting Started)
C++ CMake in Visual Studio 2022 (Getting Started) CMake is an open-source, cross platform family of tools designed to build, test ...
12:10
Build, install and find C/C++ dependencies, CMake and find_package
This tutorial shows how to add 2 different libraries into an example project. In one case we add the SDL2 development library ...
1:01:21
The Evolution of CMake: 25 Years of C++ Build Portability - Bill Hoffman - CppCon 2025
https://cppcon.org --- The Evolution of CMake: 25 Years of C++ Build Portability - Bill Hoffman - CppCon 2025 --- CMake 4.0 was ...
30:22
How-To Use C++ Libraries (without relying on a package manager)
In this video, we talk about C++ Libraries and how to generally use them with your project. Examples are given with Visual Studio ...
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 ...
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:03
How C++ took a turn for the worse
C++ is a great language to know; however, as time goes on more features are added to the language. These extra features make ...
1:18:05
Integrating C++ Code Generation Into a Large CMake Build - CB Bailey - ACCU 2024
ACCU Membership: https://tinyurl.com/ydnfkcyn --- Integrating C++ Code Generation Into a Large CMake Build - CB Bailey ...
25:23
Cross-platform Qt 6 CMake Project Setup
In this video I show you how to set up Qt 6 and a CMake file which can be used to build your Qt C++ project to be used with Visual ...