1 Star 0 Fork 0

hanhai-modules/hrt-net

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 429 Bytes
一键复制 编辑 原始数据 按行查看 历史
ruiqiang.kang 提交于 2024-08-08 17:00 . feat: net opensource modify #92326
cmake_minimum_required(VERSION 3.7.2)
project(net C)
add_subdirectory(./bstn bstn)
file(GLOB deps
./*.c
)
list(SORT deps)
add_executable(net ${deps})
target_include_directories(net PUBLIC
./bstn/include/
)
target_link_libraries(net
PUBLIC
dm
bstipc
bstn
systemlog
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hanhai-modules/hrt-net.git
git@gitee.com:hanhai-modules/hrt-net.git
hanhai-modules
hrt-net
hrt-net
release-open-source

搜索帮助