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

14 lines
250 B
CMake

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