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

10 lines
172 B
CMake

add_mlir_unittest(MLIRIRTests
AttributeTest.cpp
DialectTest.cpp
OperationSupportTest.cpp
ShapedTypeTest.cpp
)
target_link_libraries(MLIRIRTests
PRIVATE
MLIRIR)