From 74e5f43da96349a8e92c8b7b29923b2114034ee3 Mon Sep 17 00:00:00 2001 From: chentianya Date: Tue, 18 Aug 2026 17:17:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=20CMake=20=E5=B7=A5=E7=A8=8B=E5=90=8D?= =?UTF-8?q?=E4=BB=8E=20StScan=20=E6=94=B9=E4=B8=BA=20Stator=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5b9b80..b263b91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21) # 工程名、版本号、工程描述 -project(StScan +project(Stator VERSION 0.1 DESCRIPTION "子集 ST 编译为寄存器 VM,按扫描周期执行" LANGUAGES C CXX)