16 lines · plain
1# Exclude tests from libMLIR.so2add_mlir_library(MLIRShardTest3 TestOpLowering.cpp4 TestReshardingPartition.cpp5 TestSimplifications.cpp6 7 EXCLUDE_FROM_LIBMLIR8 )9mlir_target_link_libraries(MLIRShardTest PUBLIC10 MLIRShardDialect11 MLIRShardTransforms12 MLIRPass13 MLIRRewrite14 MLIRTransformUtils15 )16