1 Star 0 Fork 3

李迎军/健康咨询语音助手

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 215 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cui Biqing 提交于 2024-06-26 15:42 . 增加音频控制模块
cmake_minimum_required(VERSION 3.0.0)
project(health-voice-assistant VERSION 0.1.0 LANGUAGES C)
add_executable(health-voice-assistant main.c)
add_executable(control control.c)
target_link_libraries(control asound)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Li-yingjun-lyj/health-voice-assistant.git
git@gitee.com:Li-yingjun-lyj/health-voice-assistant.git
Li-yingjun-lyj
health-voice-assistant
健康咨询语音助手
master

搜索帮助