9 lines
164 B
CMake
9 lines
164 B
CMake
add_mlir_unittest(MLIRBytecodeTests
|
|
BytecodeTest.cpp
|
|
)
|
|
target_link_libraries(MLIRBytecodeTests
|
|
PRIVATE
|
|
MLIRBytecodeReader
|
|
MLIRBytecodeWriter
|
|
MLIRParser
|
|
)
|