17 lines
307 B
Text
17 lines
307 B
Text
|
add_mlir_conversion_library(MLIRComplexToStandard
|
||
|
ComplexToStandard.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/ComplexToStandard
|
||
|
|
||
|
DEPENDS
|
||
|
MLIRConversionPassIncGen
|
||
|
|
||
|
LINK_LIBS PUBLIC
|
||
|
MLIRArithDialect
|
||
|
MLIRComplexDialect
|
||
|
MLIRIR
|
||
|
MLIRMathDialect
|
||
|
MLIRTransforms
|
||
|
)
|