7 lines
135 B
CMake
7 lines
135 B
CMake
# Match the minimum required version of onnx-mlir
|
|
cmake_minimum_required(VERSION 3.20.0)
|
|
|
|
project(raptor)
|
|
|
|
add_subdirectory(onnx-mlir)
|