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

7 lines
126 B
CMake

add_mlir_unittest(MLIRSupportTests
IndexedAccessorTest.cpp
)
target_link_libraries(MLIRSupportTests
PRIVATE MLIRSupport)