Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
mlir
/
unittests
/
Tools
/
lsp-server-support
/
CMakeLists.txt
blob: c539c9bc5101fe1c05ee52ae2a7bd0abae4d527c [
file
] [
log
] [
blame
]
add_mlir_unittest(MLIRLspServerSupportTests
Protocol.cpp
Transport.cpp
)
mlir_target_link_libraries(MLIRLspServerSupportTests
PRIVATE
MLIRLspServerSupportLib)