1 Star 0 Fork 0

hanhai-modules/hrt-utility-server

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

搜索帮助