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

add CPack info to FAQ

This commit is contained in:
Lars Melchior 2020-04-14 10:23:51 +02:00
parent c8cee5ff2e
commit 3698cc0a3a

View file

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