1 Star 0 Fork 0

hanhai-modules/hrt-timer-server

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

搜索帮助