CMakeLists.txt 174 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 add_mlir_unittest(MLIRIRTests AttributeTest.cpp DialectTest.cpp OperationSupportTest.cpp StringExtrasTest.cpp ) target_link_libraries(MLIRIRTests PRIVATE MLIRIR)