[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git] / mlir / unittests / Tools / lsp-server-support / CMakeLists.txt
blobf777873ff7c65b1234dbbd2caf5def2026adeead
1 add_mlir_unittest(MLIRLspServerSupportTests
2   Protocol.cpp
3   Transport.cpp
5 target_link_libraries(MLIRLspServerSupportTests
6   PRIVATE
7   MLIRLspServerSupportLib)