1set(LLVM_TARGET_DEFINITIONS python_test_ops.td)
2mlir_tablegen(lib/PythonTestDialect.h.inc -gen-dialect-decls)
3mlir_tablegen(lib/PythonTestDialect.cpp.inc -gen-dialect-defs)
4mlir_tablegen(lib/PythonTestOps.h.inc -gen-op-decls)
5mlir_tablegen(lib/PythonTestOps.cpp.inc -gen-op-defs)
6add_public_tablegen_target(MLIRPythonTestIncGen)
7
8add_subdirectory(lib)
9