You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
286 B

This file contains ambiguous Unicode characters!

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 生成代码纳入编译