From 3698cc0a3acb891694e42c31da5ec57e3c75a6c8 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Tue, 14 Apr 2020 10:23:51 +0200 Subject: [PATCH] add CPack info to FAQ --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49b8a50..a89d474 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ See [Format.cmake](https://github.com/TheLartians/Format.cmake) for more options If you are using `CPMFindPackage` instead of `CPMAddPackage`, CPM will always try to use `find_package` to add packages. This approach should be compatible with any common C++ package manager without any user intervention, however at the cost of reproducible builds. + - How do I package my library / executable into an installer? + + See the [CPack](https://cmake.org/cmake/help/latest/module/CPack.html) documentation. + ## Coming soon -- Script to automatically adjust this template new projects +- Script to automatically adjust this template for new projects