1 Star 0 Fork 0

木鹿/remote_c

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 413 Bytes
一键复制 编辑 原始数据 按行查看 历史
dhtesty 提交于 2024-12-06 16:39 . init
project(remote)
aux_source_directory(. code)
aux_source_directory(peer peer)
include_directories(
D:/Opensource/boost_1_85_0
)
link_directories(
D:/Opensource/boost_1_85_0/stage/lib
)
add_executable(remote ${code})
target_link_libraries(remote libboost_program_options-vc143-mt-gd-x64-1_85)
add_executable(peer ${peer})
target_link_libraries(peer libboost_program_options-vc143-mt-gd-x64-1_85)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sofu456/remote_c.git
git@gitee.com:sofu456/remote_c.git
sofu456
remote_c
remote_c
master

搜索帮助