add basic CMakeLists.txt

add build instructions
This commit is contained in:
NiccoloN
2026-02-23 19:06:14 +01:00
parent 9ba08a6780
commit b24a0df8d7
2 changed files with 42 additions and 0 deletions

6
CMakeLists.txt Normal file
View 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)