2 Star 8 Fork 1

小鱼干 / RainbowLexer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 252 Bytes
一键复制 编辑 原始数据 按行查看 历史
小鱼干 提交于 2020-07-23 13:01 . 修复了commander的转义错误
cmake_minimum_required(VERSION 3.0.0)
project(cmake VERSION 0.1.0)
include(CTest)
enable_testing()
add_executable(cmake RainbowLexer.c commander.c)
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
include(CPack)
C
1
https://gitee.com/bupt_xyg/RainbowLexer.git
git@gitee.com:bupt_xyg/RainbowLexer.git
bupt_xyg
RainbowLexer
RainbowLexer
master

搜索帮助