diff options
Diffstat (limited to 'clang-tools-extra/clangd/tool/CMakeLists.txt')
-rw-r--r-- | clang-tools-extra/clangd/tool/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tools-extra/clangd/tool/CMakeLists.txt b/clang-tools-extra/clangd/tool/CMakeLists.txt index 6547a830511..9057f4e22eb 100644 --- a/clang-tools-extra/clangd/tool/CMakeLists.txt +++ b/clang-tools-extra/clangd/tool/CMakeLists.txt @@ -3,6 +3,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}/..) add_clang_tool(clangd ClangdMain.cpp + $<TARGET_OBJECTS:obj.clangDaemonTweaks> ) set(LLVM_LINK_COMPONENTS |