建立 StScan CMake 工程,并在 cmake 中规定 C11/C++11。

顶层挂上四个模块目录,语言标准集中在 Standards.cmake。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-18 16:51:51 +08:00
co-authored by Cursor
parent 50b0456198
commit 89f99e65e8
4 changed files with 30 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# 子集 ST + 寄存器 VM
# StScan
IEC 风格的子集 ST:用 `project.toml` 组织多个 `.st`,编译成单一映像,由寄存器虚拟机按扫描周期执行。
子集 ST + 扫描周期虚拟机。IEC 风格的子集 ST:用 `project.toml` 组织多个 `.st`,编译成单一映像,由寄存器虚拟机按扫描周期执行。
方案见 [`Doc/初步计划.md`](Doc/初步计划.md)。