1 Star 1 Fork 0

田贝贝 / FreeRTOS-coreMQTT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mqttFilePaths.cmake 765 Bytes
一键复制 编辑 原始数据 按行查看 历史
# This file is to add source files and include directories
# into variables so that it can be reused from different repositories
# in their Cmake based build system by including this file.
#
# Files specific to the repository such as test runner, platform tests
# are not added to the variables.
# MQTT library source files.
set( MQTT_SOURCES
"${CMAKE_CURRENT_LIST_DIR}/source/core_mqtt.c"
"${CMAKE_CURRENT_LIST_DIR}/source/core_mqtt_state.c" )
# MQTT Serializer library source files.
set( MQTT_SERIALIZER_SOURCES
"${CMAKE_CURRENT_LIST_DIR}/source/core_mqtt_serializer.c" )
# MQTT library Public Include directories.
set( MQTT_INCLUDE_PUBLIC_DIRS
"${CMAKE_CURRENT_LIST_DIR}/source/include"
"${CMAKE_CURRENT_LIST_DIR}/source/interface" )
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tianbeibei/free-rtos-core-mqtt.git
git@gitee.com:tianbeibei/free-rtos-core-mqtt.git
tianbeibei
free-rtos-core-mqtt
FreeRTOS-coreMQTT
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891