1add_mlir_library(MLIRPDLLCodeGen 2 CPPGen.cpp 3 MLIRGen.cpp 4 5 LINK_LIBS PUBLIC 6 MLIRParser 7 MLIRPDLLAST 8 MLIRPDLDialect 9 MLIRSupport 10 ) 11