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

11 lines
177 B
CMake

add_mlir_unittest(MLIRInterfacesTests
DataLayoutInterfacesTest.cpp
)
target_link_libraries(MLIRInterfacesTests
PRIVATE
MLIRDataLayoutInterfaces
MLIRDLTI
MLIRParser
)