Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Taking the Plunge Towards CMake in Boost
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 Use cases for cmake in boost
- 4 Usage requirements from find_package
- 5 Integrated builds with add_subdirectory
- 6 Custom toolchain
- 7 Development
- 8 Build dependency workflows
- 9 Modular boost
- 10 Follow structure of Daniel Pfeiffer's Effective CMake
- 11 Add sources
- 12 Link dependencies
- 13 Setup target for other directories
- 14 Install usage requirements
- 15 Override find_package
- 16 Superproject
- 17 The boost cmake modules
- 18 Overall features
- 19 Using boost cmake modules
- 20 An example with Boost cmake modules
- 21 Adding tests dependencies
- 22 Properties on interfaces
- 23 Emulation
- 24 Pkgconfig
- 25 Testing
- 26 Adding a test