llvm-project/mlir/unittests/Analysis/CMakeLists.txt

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

11 lines
214 B
CMake
Raw Normal View History

add_mlir_unittest(MLIRAnalysisTests
AffineStructuresTest.cpp
LinearTransformTest.cpp
PresburgerSetTest.cpp
)
target_link_libraries(MLIRAnalysisTests
PRIVATE MLIRLoopAnalysis)
add_subdirectory(Presburger)