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