brintos

brintos / llvm-project-archived public Read only

0
0
Text · 307 B · 194c7d5 Raw
19 lines · plain
1set(LLVM_LINK_COMPONENTS2  Support3  )4add_clang_executable(clangd-index-server-monitor5  Monitor.cpp6 7  DEPENDS8  clangdRemoteIndexServiceProto9  )10 11target_link_libraries(clangd-index-server-monitor12  PRIVATE13  clangBasic14  clangdSupport15 16  clangdMonitoringServiceProto17  clangdRemoteIndexServiceProto18  )19