Skip to content

Releases: TheLartians/MiniCppStarter

Update dependencies

26 Mar 20:00
Compare
Choose a tag to compare

Updates the starter's dependencies and adds additional inline usage documentation. It is still built and run through the following commands:

cmake -H. -Bbuild
cmake --build build
./build/Playground

Update CPM and use versioned file name

12 Aug 08:08
Compare
Choose a tag to compare

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

Update CPM.cmake and remove .gitignore

08 Jun 16:13
Compare
Choose a tag to compare

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

Initial release

24 Apr 12:36
Compare
Choose a tag to compare

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