10 lines
188 B
CMake
10 lines
188 B
CMake
add_mlir_unittest(MLIRAnalysisTests
|
|
AffineStructuresTest.cpp
|
|
PresburgerSetTest.cpp
|
|
)
|
|
|
|
target_link_libraries(MLIRAnalysisTests
|
|
PRIVATE MLIRLoopAnalysis)
|
|
|
|
add_subdirectory(Presburger)
|