This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 工程构建入口:
# - 配置 C/C++ 编译器与标准、编译选项、输出目录等
# - 添加 src/ 子目录并链接生成最终可执行文件
# - 集成 ANTLR4 C++ runtime(通过系统依赖或第三方源码),并将构建目录下的 ANTLR 生成代码纳入编译