19 lines · plain
1add_mlir_translation_library(MLIRTargetIRDLToCpp2 TranslationRegistration.cpp3 IRDLToCpp.cpp4 Templates/DialectDecl.txt5 Templates/DialectDef.txt6 Templates/Header.txt7 Templates/PerOperationDecl.txt8 Templates/PerOperationDef.txt9 Templates/TypeDecl.txt10 Templates/TypeDef.txt11 Templates/TypeHeaderDecl.txt12 Templates/TypeHeaderDef.txt13 14 LINK_LIBS PUBLIC15 MLIRIR16 MLIRIRDL17 MLIRTranslateLib18)19