Skip to content

Update CPM and use versioned file name

Compare
Choose a tag to compare
@TheLartians TheLartians released this 12 Aug 08:08
· 7 commits to master since this release

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