mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-12-17 20:14:36 +03:00
add CPack info to FAQ
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user