xref: /llvm-project/mlir/unittests/Tools/lsp-server-support/CMakeLists.txt (revision 6414d6174198689f00ff325e667fff9eb1c0d9de)
1add_mlir_unittest(MLIRLspServerSupportTests
2  Protocol.cpp
3  Transport.cpp
4)
5mlir_target_link_libraries(MLIRLspServerSupportTests
6  PRIVATE
7  MLIRLspServerSupportLib)
8