将 CMake 工程名从 StScan 改为 Stator。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-18 17:17:52 +08:00
co-authored by Cursor
parent 89f99e65e8
commit 74e5f43da9
+1 -1
View File
@@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.21)
# 工程名、版本号、工程描述
project(StScan
project(Stator
VERSION 0.1
DESCRIPTION "子集 ST 编译为寄存器 VM,按扫描周期执行"
LANGUAGES C CXX)