1add_mlir_public_c_api_library(MLIRCAPIStandard
2  StandardDialect.cpp
3
4  LINK_LIBS PUBLIC
5  MLIRCAPIIR
6  MLIRStandard
7)
8