Update CPM and use versioned file name
This starter includes no readme, or any other clutter. Just a single source file and a CMakeLists.txt to configure the project. It can be built and run through the following commands:
cmake -H. -Bbuild
cmake --build build
./build/Playground