3 Star 0 Fork 0

feasy/sunflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 228 Bytes
一键复制 编辑 原始数据 按行查看 历史
lw4992 提交于 2021-07-19 14:21 . 加入fmt库
# cmake版本要求
cmake_minimum_required(VERSION 3.12...3.15 FATAL_ERROR)
# 项目名称
set(_this sunflow)
project(${_this} CXX)
# 源码路径
add_subdirectory(src)
#第三方库
add_subdirectory(contrib)
#单元测试
add_subdirectory(tests)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/feaSYtech/sunflow.git
git@gitee.com:feaSYtech/sunflow.git
feaSYtech
sunflow
sunflow
master

搜索帮助