blob: 903b6b6ecbf47b97f2d0f722dce7899f31cd170f [file]
################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from #
# compiler/src/iree/compiler/Dialect/Flow/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
FlowExtensionsOpGen
TD_FILE
"FlowExtensionsOps.td"
OUTS
--gen-op-decls FlowExtensionsOps.h.inc
--gen-op-defs FlowExtensionsOps.cpp.inc
)
iree_cc_library(
NAME
FlowExtensions
HDRS
"FlowExtensions.h"
"FlowExtensionsOps.h.inc"
SRCS
"FlowExtensions.cpp"
"FlowExtensionsOps.cpp.inc"
DEPS
::FlowExtensionsOpGen
IREEDialectsTransforms
IREELinalgTransformDialect
MLIRAnalysis
MLIRArithDialect
MLIRBytecodeOpInterface
MLIRIR
MLIRPDLDialect
MLIRSCFDialect
MLIRTensorDialect
MLIRTransformDialect
MLIRTransformDialectInterfaces
MLIRTransformUtils
iree::compiler::Dialect::Flow::IR
iree::compiler::Dialect::Flow::Transforms
PUBLIC
)
### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###