1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 13:41:13 +02:00

Add note to MiniCppStarter (#37)

This commit is contained in:
Lars Melchior 2020-04-29 10:31:10 +02:00 committed by GitHub
parent 6a5efe38c1
commit ecc71786e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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