Fix CMakeLists.txt

This is the followup of `7aa64ee0b791` The dep was added in BUILD, but not CMakeLists.txt

PiperOrigin-RevId: 353078811
This commit is contained in:
Hanhan Wang 2021-01-21 12:40:46 -08:00 committed by TensorFlow MLIR Team
parent 8708e2c8d8
commit e2d60e01ba
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ add_mlir_library(MhloLhloToLinalg
LINK_LIBS PUBLIC
MhloDialect
MLIRComplex
MLIRIR
MLIRPass
)