[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / clangd / index / remote / marshalling / CMakeLists.txt
blob071802a96264716ce9cb683a0868c362f4c95b92
1 add_clang_library(clangdRemoteMarshalling
2   Marshalling.cpp
4   LINK_LIBS
5   clangdRemoteIndexProto
6   clangDaemon
7   clangdSupport
9   DEPENDS
10   clangdRemoteIndexProto
11   )