llvm-project/clang-tools-extra/clangd/CMakeLists.txt

13 lines
186 B
CMake

add_clang_executable(clangd
ClangDMain.cpp
JSONRPCDispatcher.cpp
Protocol.cpp
ProtocolHandlers.cpp
)
target_link_libraries(clangd
clangBasic
clangFormat
LLVMSupport
)