add basic CMakeLists.txt
add build instructions
This commit is contained in:
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
# Match the minimum required version of onnx-mlir
|
||||
cmake_minimum_required(VERSION 3.20.0)
|
||||
|
||||
project(raptor)
|
||||
|
||||
add_subdirectory(onnx-mlir)
|
||||
Reference in New Issue
Block a user