summaryrefslogtreecommitdiffstats
path: root/mlir/unittests/Support/CMakeLists.txt
blob: d7796e63f26aef47cf1cc1f9fa677ecb73337832 (plain)
1
2
3
4
5
6
add_mlir_unittest(MLIRSupportTests
  IndexedAccessorTest.cpp
)

target_link_libraries(MLIRSupportTests
  PRIVATE MLIRSupport)
OpenPOWER on IntegriCloud