1 Star 0 Fork 0

贫道/PinDaoClient

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 673 Bytes
一键复制 编辑 原始数据 按行查看 历史
贫道 提交于 2024-09-07 20:40 . 新增队列缓存
cmake_minimum_required(VERSION 3.29)
project(PinDao)
set(CMAKE_CXX_STANDARD 20)
link_libraries(ws2_32)
add_executable(PinDaoClient main.cpp
logger/logger.cpp
logger/logger.hpp
Client/PinDaoClient.cpp
Client/PinDaoClient.h
Request/Request.cpp
Request/Request.hpp
Response/ResponseBuffer.cpp
Response/ResponseBuffer.hpp
Response/R.cpp
Response/R.hpp
Json/jsoncpp.cpp
Json/json/json-forwards.h
Json/json/json.h
api/User/User.hpp
Response/ResourceType.h
websocket/websocket.h
Response/CacheResponse.cpp
Response/CacheResponse.hpp
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wwwjjjhhh-w-j-h/pin-dao-client.git
git@gitee.com:wwwjjjhhh-w-j-h/pin-dao-client.git
wwwjjjhhh-w-j-h
pin-dao-client
PinDaoClient
master

搜索帮助