blob: ee8e17c04efc6e8cc144bae1e6835a5edfef6c7e [file]
################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from #
# compiler/src/iree/compiler/Dialect/LinalgExt/TransformExtensions/BUILD.bazel #
# #
# Use iree_cmake_extra_content from iree/build_defs.oss.bzl to add arbitrary #
# CMake-only content. #
# #
# To disable autogeneration for this file entirely, delete this header. #
################################################################################
iree_add_all_subdirs()
iree_tablegen_library(
NAME
LinalgExtExtensionsOpGen
TD_FILE
"LinalgExtExtensionsOps.td"
OUTS
--gen-op-decls LinalgExtExtensionsOps.h.inc
--gen-op-defs LinalgExtExtensionsOps.cpp.inc
)
iree_cc_library(
NAME
LinalgExtExtensions
HDRS
"LinalgExtExtensionsOps.h"
"LinalgExtExtensionsOps.h.inc"
SRCS
"LinalgExtExtensionsOps.cpp"
"LinalgExtExtensionsOps.cpp.inc"
DEPS
::LinalgExtExtensionsOpGen
IREEDialectsTransforms
IREELinalgTransformDialect
LLVMSupport
MLIRIR
MLIRLinalgDialect
MLIRPDLDialect
MLIRTransformDialect
MLIRTransformDialectInterfaces
iree::compiler::Dialect::LinalgExt::IR
iree::compiler::Dialect::LinalgExt::Transforms
PUBLIC
)
### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###