Files
nudt-compiler-cpp/CMakeLists.txt

6 lines
286 B
CMake
Raw Blame History

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