[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git] / mlir / test / python / CMakeLists.txt
blob1db957c86819d2c5f24178413d713bee833433ea
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 mlir_tablegen(lib/PythonTestAttributes.h.inc -gen-attrdef-decls)
7 mlir_tablegen(lib/PythonTestAttributes.cpp.inc -gen-attrdef-defs)
8 mlir_tablegen(lib/PythonTestTypes.h.inc -gen-typedef-decls)
9 mlir_tablegen(lib/PythonTestTypes.cpp.inc -gen-typedef-defs)
10 add_public_tablegen_target(MLIRPythonTestIncGen)
12 add_subdirectory(lib)