Without this patch, libcxx needs to point to libcxxabi's source directory for its headers and its install directory for its compiled library. We can simplify libcxx's build configuration if libcxxabi adds its public headers to the install directory.
This patch adds a CMake rule to install the headers to the same location they appear on OS X.