C++ Gtest Playbook C++ template for CMake and Google Test with a custom GitHub Action and Codespace. Usage $❯ cmake -S . -B build $❯ cmake --build build $❯ cd build $❯ make test $❯ cd .. Dependencies CMake CPM.make GoogleTest User’s Guide Resources C++ Core Guidelines GitHub Codespaces DevContainers C++ Development Container Images