2 Star 9 Fork 6

yyy / cfrp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 275 Bytes
一键复制 编辑 原始数据 按行查看 历史
yyy 提交于 2020-12-02 13:12 . 添加命令参数解析器
cmake_minimum_required(VERSION 3.17)
project(cfrp)
include_directories(include)
file(GLOB SOURCES src/*.c)
add_executable(server server.c ${SOURCES})
add_executable(client client.c ${SOURCES})
add_executable(cfrp cfrp.c ${SOURCES})
add_executable(test test.c ${SOURCES})
C
1
https://gitee.com/editso/cfrp.git
git@gitee.com:editso/cfrp.git
editso
cfrp
cfrp
master

搜索帮助