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

11 lines
152 B
CMake
Raw Normal View History

add_mlir_unittest(MLIRSMTTests
AttributeTest.cpp
QuantifierTest.cpp
TypeTest.cpp
)
mlir_target_link_libraries(MLIRSMTTests
PRIVATE
MLIRSMT
)