Sign in
mpact
/
mpact-compiler
/
12f52e83eabe4f94a47378ea5b7206bd220af68c
/
.
/
lib
/
Transforms
/
CMakeLists.txt
blob: edd737f974bbcd15e396a2b51c68a91e3e93359a [
file
] [
log
] [
blame
]
add_subdirectory(Sparsity)
set(linked_libs MPACTSparsityPropagation)
add_mlir_library(MPACTTransformPasses
Passes.cpp
DEPENDS
MPACTTransformsPassIncGen
LINK_LIBS PUBLIC
${linked_libs}
)