1 Star 0 Fork 0

hanhai-modules/hrt-tty-server

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

搜索帮助