onnx-mlir/test/unit/Runtime/CMakeLists.txt

7 lines
218 B
CMake

add_subdirectory(DocExampleTest)
add_c_unit_test(OMTensorTest OMTensorTest.c)
target_include_directories(OMTensorTest PRIVATE
${ONNX_MLIR_SRC_ROOT}/include)
target_link_libraries(OMTensorTest
cruntime)