]> granicus.if.org Git - clang/commit
[CMake] Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions
authorChris Bieneman <beanz@apple.com>
Fri, 29 May 2015 18:36:20 +0000 (18:36 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 29 May 2015 18:36:20 +0000 (18:36 +0000)
commite8bd67912a47e36f28144fced9aaa5f003d318a8
tree0c04eb827382ba8cf4657f4a238c8f889edc9fae
parent195ea91eac5bd4bc22bcb3d5abcb94c61c188b77
[CMake] Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions

Summary: This patch moves all the clang library targets into a ClangTargets export list, and installs it using the CMake install(EXPORT...) command.

Reviewers: rnk

Reviewed By: rnk

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D7623

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238593 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt