brintos

brintos / llvm-project-archived public Read only

0
0
Text · 175 B · d7e3700 Raw
12 lines · plain
1add_clang_library(clangdRemoteMarshalling STATIC2  Marshalling.cpp3 4  LINK_LIBS5  clangdRemoteIndexProto6  clangDaemon7  clangdSupport8 9  DEPENDS10  clangdRemoteIndexProto11  )12