Summary
In this episode, Jason explores the Hunter package manager for C++, continuing his mini-series on C++ package managers. He demonstrates how to set up a simple project using Hunter to manage the fmt library (a type-safe formatting library) as a dependency. The process involves creating a CMakeLists.txt file that includes the hunter_gate.cmake module, which handles downloading and building the required dependency during the configure process.