Import CMake - 2023 State of C++20 Modules in CMake
Offered By: CppNow via YouTube
Course Description
Overview
Explore the current state of C++20 modules support in CMake through this comprehensive conference talk from CppNow 2023. Delve into the challenges and solutions for integrating modules into the CMake build system, including the implementation of module scanning, dependency information collation, and the CMake language API for working with modules. Learn about exporting and importing libraries containing modules, creating module_config.json files, and discovering built modules not created by CMake. Gain insights into CMake's approach to static checkers and their compatibility with modules. Acquire the knowledge needed to experiment with C++20 modules in CMake-built projects, and understand the performance implications, challenges, and issues surrounding header modules. This talk by Bill Hoffman, a founder of Kitware and the original author of CMake, provides an in-depth look at the intersection of C++20 modules and CMake, covering all relevant aspects and potential future developments.
Syllabus
import CMake: // 2023 State of C++20 modules in CMake - Bill Hoffman - CppNow 2023
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube