This change combines previous installed:
cmake/LibmultiprocessLibConfig.cmakecmake/LibmultiprocessBinConfig.cmake
files into a single:
cmake/Libmultiprocess/LibmultiprocessConfig.cmake
file, so it can be imported with find_package(Libmultiprocess).
The previous locations which were set in https://github.com/chaincodelabs/libmultiprocess/pull/97 were not compatible with find_package search behavior by default.
The change also adds some documentation about using the new package to doc/install.md.