1 Star 0 Fork 121

Admire/httpclient

forked from Little Fat/httpclient 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 271 Bytes
一键复制 编辑 原始数据 按行查看 历史
Little Fat 提交于 2018-05-18 14:56 . 1 disable https 2 make linux work
cmake_minimum_required(VERSION 3.8)
project(httpclient)
set(CMAKE_CXX_STANDARD 11)
set(SOURCE_FILES
http.c
http.h
http_parser.c
http_parser.h
krypton.c
krypton.h
main.c)
add_executable(httpclient ${SOURCE_FILES})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/Admirepowered/httpclient.git
git@gitee.com:Admirepowered/httpclient.git
Admirepowered
httpclient
httpclient
master

搜索帮助