5 Star 0 Fork 1

嘉然今天偷着乐/SysY-Compiler

forked from 黄子潇/SysY-Compiler 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 422 Bytes
一键复制 编辑 原始数据 按行查看 历史
黄子潇 提交于 2022-08-26 18:28 . [Add][Transform]Loop parallel
project(SysY-Compiler CXX)
cmake_minimum_required(VERSION 3.16)
file(GLOB_RECURSE DIR_SRC "lib/*.cpp")
file(GLOB_RECURSE MAIN "./compiler.cpp")
add_compile_options(-Wall -Wextra -g -fexceptions -std=c++17)
include_directories(include)
include_directories(/usr/local/include/antlr4-runtime)
link_directories(/usr/local/lib)
add_executable(compiler ${DIR_SRC} ${MAIN})
target_link_libraries(compiler antlr4-runtime)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/diana-have-fun-today/sys-y-compiler.git
git@gitee.com:diana-have-fun-today/sys-y-compiler.git
diana-have-fun-today
sys-y-compiler
SysY-Compiler
develop

搜索帮助