forked from OSchip/llvm-project
7 lines
110 B
CMake
7 lines
110 B
CMake
|
add_mlir_library(MLIRReduce
|
||
|
Tester.cpp
|
||
|
DEPENDS
|
||
|
MLIRIR
|
||
|
)
|
||
|
|
||
|
mlir_check_all_link_libraries(MLIRReduce)
|