refactor: 将 APP_NAME 宏从 CMake 配置文件生成改为静态头文件

This commit is contained in:
2026-06-05 18:59:38 +08:00
parent ebc277201a
commit f540c07aad
6 changed files with 11 additions and 18 deletions

3
src/base/app.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
#define APP_NAME "zdwm"