llvm-project/mlir/lib/Reducer/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
117 B
CMake
Raw Normal View History

add_mlir_library(MLIRReduce
Tester.cpp
LINK_LIBS PUBLIC
MLIRIR
)
mlir_check_all_link_libraries(MLIRReduce)