blob: edd737f974bbcd15e396a2b51c68a91e3e93359a [file] [log] [blame] [edit]
add_subdirectory(Sparsity)
set(linked_libs MPACTSparsityPropagation)
add_mlir_library(MPACTTransformPasses
Passes.cpp
DEPENDS
MPACTTransformsPassIncGen
LINK_LIBS PUBLIC
${linked_libs}
)