Rename "LibmultiprocessMacros.cmake" module introduced in #95 to "TargetCapnpSources.cmake" to match the name of the target_capnp_sources function it contains. Also install it to:
<prefix>/lib/cmake/Libmultiprocess/TargetCapnpSources.cmake
instead of:
<prefix>/lib/cmake/LibmultiprocessGen/LibmultiprocessMacros.cmake
Rename the "Libmultiprocess" and "LibmultiprocessGen" packages introduced in #96 to "LibmultiprocessLib" and "LibmultiprocessBin", so package names are consistent with component names "lib" and "bin", and one package name is not a prefix of the other. Also rename intermediate files to match component names.
| New | Current | |
|---|---|---|
| Component name | lib | lib |
| Package name | LibmultiprocessLib | Libmultiprocess |
| Config file | LibmultiprocessLibConfig.cmake | Libmultiprocess/LibmultiprocessConfig.cmake |
| Targets file | Libmultiprocess/LibTargets.cmake | Libmultiprocess/LibmultiprocessTargets.cmake |
| New | Current | |
|---|---|---|
| Component name | bin | bin |
| Package name | LibmultiprocessBin | LibmultiprocessGen |
| Config file | LibmultiprocessBinConfig.cmake | LibmultiprocessGen/LibmultiprocessGenConfig.cmake |
| Targets file | Libmultiprocess/BinTargets.cmake | LibmultiprocessGen/LibmultiprocessGenTargets.cmake |