8 lines
172 B
CMake
8 lines
172 B
CMake
add_mlir_unittest(MLIRSupportTests
|
|
IndentedOstreamTest.cpp
|
|
MathExtrasTest.cpp
|
|
StorageUniquerTest.cpp
|
|
)
|
|
|
|
target_link_libraries(MLIRSupportTests
|
|
PRIVATE MLIRSupport)
|