mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
add CPack info to FAQ
This commit is contained in:
parent
c8cee5ff2e
commit
3698cc0a3a
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
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.
|
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
|
## Coming soon
|
||||||
|
|
||||||
- Script to automatically adjust this template new projects
|
- Script to automatically adjust this template for new projects
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue