Refactor cmake (#24)

* Refactor cmake

* small fixes
This commit is contained in:
Fangjun Kuang
2023-02-17 14:36:40 +08:00
committed by GitHub
parent b78bdd9a2e
commit b2d96c1d9a
8 changed files with 87 additions and 987 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
project(sherpa-onnx)
set(SHERPA_ONNX_VERSION "1.0")