[TargetVersion] Only enable on RISC-V and AArch64 (#115991)
[llvm-project.git] / clang-tools-extra / clangd / index / remote / marshalling / CMakeLists.txt
blobd7e37003e5f984ae0115240986bd2f89e4989cdd
1 add_clang_library(clangdRemoteMarshalling STATIC
2   Marshalling.cpp
4   LINK_LIBS
5   clangdRemoteIndexProto
6   clangDaemon
7   clangdSupport
9   DEPENDS
10   clangdRemoteIndexProto
11   )