[CMake] Make liblldb depend on clang-headers
authorAlex Langford <apl@fb.com>
Thu, 28 Feb 2019 22:24:18 +0000 (22:24 +0000)
committerAlex Langford <apl@fb.com>
Thu, 28 Feb 2019 22:24:18 +0000 (22:24 +0000)
commit55056424d864fe0bc6e26cfdc319b08872688e1f
treeb2df00be4933ae58ac4b04000f36c42786dfc03c
parentfa37a00044c93d9fa7cf7b2ac6d3c20c71348f10
[CMake] Make liblldb depend on clang-headers

Summary:
The clang headers are useful when dealing with clang modules. There is also a
way to get to the clang headers from the SB API so it would be nice if they were
also available when we just build lldb.

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

llvm-svn: 355149
lldb/source/API/CMakeLists.txt