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