Skip to content

Update CPM.cmake and remove .gitignore

Compare
Choose a tag to compare
@TheLartians TheLartians released this 08 Jun 16:13
· 8 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