[CMake] Populate the build directory's framework
authorChris Bieneman <beanz@apple.com>
Mon, 31 Oct 2016 22:31:07 +0000 (22:31 +0000)
committerChris Bieneman <beanz@apple.com>
Mon, 31 Oct 2016 22:31:07 +0000 (22:31 +0000)
commitb9fc4727cce8085d134b647eae1539fc3092f07e
treec8a0338453c6e93395c635d53af0114eafb39356
parentf75430963df0c86adad1145e334105a20bcca77c
[CMake] Populate the build directory's framework

This ensures that the Resources and clang headers are properly symlinked in LLDB's framework. This should fix the modules-related tests when building on Darwin with CMake if you are building a framework.

I have another fix coming which gets them working on Darwin if you're building liblldb instead of a framework.

llvm-svn: 285651
lldb/source/API/CMakeLists.txt
lldb/test/CMakeLists.txt