From ecc71786e561fb7eda3d1663cc0da7e1a932ebd8 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Wed, 29 Apr 2020 10:31:10 +0200 Subject: [PATCH] Add note to MiniCppStarter (#37) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b2c9c0e..e067caa 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,10 @@ No internet connection is required for building. As there are a lot of possible options and configurations, this is not (yet) in the scope of this template. See the [CPack documentation](https://cmake.org/cmake/help/latest/module/CPack.html) for more information on setting up CPack installers. +> This is too much, I just want to play with C++ code and test some libraries. + +Perhaps the [MiniCppStarter](https://github.com/TheLartians/MiniCppStarter) is something for you! + ## Coming soon - Script to automatically adjust the template for new projects