This commit updates all install rules explicitly associating either the Development or RuntimeLibraries component. This allows to selectively package components in user project by using variable like CPACK_INSTALL_CMAKE_PROJECTS [1] To ensure all artifacts are packages in a single installer, this commit also sets the variable CPACK_MONOLITHIC_INSTALL [2] [1] https://cmake.org/cmake/help/latest/module/CPack.html#variable:CPACK_INSTALL_CMAKE_PROJECTS [2] https://cmake.org/cmake/help/latest/module/CPack.html#variable:CPACK_MONOLITHIC_INSTALL