[clang] Create install targets for non-shared libraries
authorShoaib Meenai <smeenai@fb.com>
Fri, 15 Feb 2019 15:59:02 +0000 (15:59 +0000)
committerShoaib Meenai <smeenai@fb.com>
Fri, 15 Feb 2019 15:59:02 +0000 (15:59 +0000)
commitb4ff1abae264396f4634f2fc26395279081a86bb
treee8e932b862419c78139ed3bfe4b353b438a3368a
parent59ecdb0d8be4a84b38c3451812f6c55c10b1cc82
[clang] Create install targets for non-shared libraries

I don't see a reason for these to not have install targets created,
which in turn allows them to be bundled in distributions. This doesn't
affect the "install" target, since that just runs all CMake install
rules (and we were already creating install rules for these).

Differential Revision: https://reviews.llvm.org/D58268

llvm-svn: 354140
clang/cmake/modules/AddClang.cmake