8 lines
165 B
CMake
8 lines
165 B
CMake
add_mlir_unittest(MLIRPDLToPDLInterpTests
|
|
RootOrderingTest.cpp
|
|
)
|
|
target_link_libraries(MLIRPDLToPDLInterpTests
|
|
PRIVATE
|
|
MLIRArithDialect
|
|
MLIRPDLToPDLInterp
|
|
)
|