[SupportLSP] Fix dependency on Support

This commit is contained in:
Nikita Popov
2025-09-11 19:40:10 +02:00
parent 7628abdb87
commit 299ba5dae1

View File

@@ -3,6 +3,6 @@ add_llvm_component_library(LLVMSupportLSP
Transport.cpp
Logging.cpp
DEPENDS
LLVMSupport
LINK_COMPONENTS
Support
)