MiniCppStarter

🧸 A tiny single-file version of the ModernCppStarter project for exploring libraries or playing with C++ code. Reproducible dependency management included, so the code will work the same everywhere.

Stars
67

Bot releases are hidden (Show)

MiniCppStarter - Update dependencies Latest Release

Published by TheLartians over 3 years ago

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
MiniCppStarter - Update CPM and use versioned file name

Published by TheLartians about 4 years ago

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
MiniCppStarter - Update CPM.cmake and remove .gitignore

Published by TheLartians over 4 years ago

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
MiniCppStarter - Initial release

Published by TheLartians over 4 years ago

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
Related Projects