[mlir][standalone] NFC: Update CMakeLists.txt to reflect best practices

Update to follow the changes introduced in 5469f43 and documented in 93f7e52.
This commit is contained in:
Jean-Michel Gorius 2020-05-05 13:37:37 +02:00
parent 5c91aa6603
commit 98b8b36d00
1 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@ add_mlir_dialect_library(MLIRStandalone
DEPENDS
MLIRStandaloneOpsIncGen
)
target_link_libraries(MLIRStandalone PUBLIC MLIRIR)
LINK_LIBS PUBLIC
MLIRIR
)