blob: 170fe2043069f3c9a98bf4897c6d82711fd714cc [file] [log] [blame]
add_clang_executable(clangd
ASTManager.cpp
ClangdMain.cpp
JSONRPCDispatcher.cpp
Protocol.cpp
ProtocolHandlers.cpp
)
install(TARGETS clangd RUNTIME DESTINATION bin)
target_link_libraries(clangd
clangBasic
clangFormat
clangFrontend
clangSema
clangTooling
clangToolingCore
LLVMSupport
)