blob: 58cb03f6c2e041a6695dca9559569aa425fac1ad [file] [log] [blame]
################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from #
# compiler/src/iree/compiler/Dialect/VM/Conversion/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_cc_library(
NAME
Conversion
HDRS
"ConversionDialectInterface.h"
"ConversionTarget.h"
"ImportUtils.h"
"TargetOptions.h"
"TypeConverter.h"
SRCS
"ConversionTarget.cpp"
"ImportUtils.cpp"
"TargetOptions.cpp"
"TypeConverter.cpp"
DEPS
LLVMSupport
MLIRArithDialect
MLIRFuncDialect
MLIRFunctionInterfaces
MLIRIR
MLIRParser
MLIRTransformUtils
MLIRTransforms
iree::compiler::Dialect::Util::IR
iree::compiler::Dialect::VM::IR
iree::compiler::Utils
PUBLIC
)
### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###