forked from OSchip/llvm-project
Add missing dependency to TOSA library: fix build with -DBUILD_SHARED_LIBS=ON
This commit is contained in:
parent
d1ba028535
commit
d1372c378a
|
@ -13,9 +13,11 @@ add_mlir_dialect_library(MLIRTosa
|
|||
|
||||
LINK_LIBS PUBLIC
|
||||
MLIRIR
|
||||
MLIRDialect
|
||||
MLIRStandard
|
||||
MLIRCallInterfaces
|
||||
MLIRControlFlowInterfaces
|
||||
MLIRQuant
|
||||
MLIRSideEffectInterfaces
|
||||
MLIRViewLikeInterface
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue