summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clangd/CMakeLists.txt')
-rw-r--r--clang-tools-extra/clangd/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/clang-tools-extra/clangd/CMakeLists.txt b/clang-tools-extra/clangd/CMakeLists.txt
new file mode 100644
index 00000000000..429db99cfe4
--- /dev/null
+++ b/clang-tools-extra/clangd/CMakeLists.txt
@@ -0,0 +1,12 @@
+add_clang_executable(clangd
+ ClangDMain.cpp
+ JSONRPCDispatcher.cpp
+ Protocol.cpp
+ ProtocolHandlers.cpp
+ )
+
+target_link_libraries(clangd
+ clangBasic
+ clangFormat
+ LLVMSupport
+ )
OpenPOWER on IntegriCloud