[CMake] Support distribution install for LLDB.framework
authorChris Bieneman <beanz@apple.com>
Wed, 21 Dec 2016 21:23:27 +0000 (21:23 +0000)
committerChris Bieneman <beanz@apple.com>
Wed, 21 Dec 2016 21:23:27 +0000 (21:23 +0000)
commite9ce09b89f6cb865ea651af3f33f2fd247b23544
treeefaace45adbbca0080120c06e47c8a3960b6b1f0
parent76d428546083be17a56b054bf43dab53daee57c2
[CMake] Support distribution install for LLDB.framework

This patch adds the last bit of support to get LLVM_DISTRIBUTION_COMPONENTS working with libLLDB when built as a framework.

This patch adds dummy install targets for binaries built into the framework's Resources directory, and makes the framework's install target depend on all the binaries that get installed with the framework.

llvm-svn: 290273
lldb/cmake/modules/AddLLDB.cmake