Index: source/API/CMakeLists.txt =================================================================== --- source/API/CMakeLists.txt +++ source/API/CMakeLists.txt @@ -151,6 +151,10 @@ ) endif() +if (NOT LLDB_BUILT_STANDALONE) + add_dependencies(liblldb clang-headers) +endif() + if(LLDB_BUILD_FRAMEWORK) include(LLDBFramework) endif()