forked from OSchip/llvm-project
[mlir][standalone] NFC: Update CMakeLists.txt to reflect best practices
Update to follow the changes introduced in5469f43
and documented in93f7e52
.
This commit is contained in:
parent
5c91aa6603
commit
98b8b36d00
|
@ -7,6 +7,7 @@ add_mlir_dialect_library(MLIRStandalone
|
|||
|
||||
DEPENDS
|
||||
MLIRStandaloneOpsIncGen
|
||||
)
|
||||
|
||||
target_link_libraries(MLIRStandalone PUBLIC MLIRIR)
|
||||
LINK_LIBS PUBLIC
|
||||
MLIRIR
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue