llvm/mlir/unittests/Tools/lsp-server-support/CMakeLists.txt

add_mlir_unittest(MLIRLspServerSupportTests
  Protocol.cpp
  Transport.cpp
)
target_link_libraries(MLIRLspServerSupportTests
  PRIVATE
  MLIRLspServerSupportLib)