Ai
1 Star 0 Fork 0

FreeRTOS/coreJSON

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jsonFilePaths.cmake 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
Oscar Abrina 提交于 2020-09-04 01:34 +08:00 . Rename files from json to core_json (#6)
# 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.
# JSON library source files.
set( JSON_SOURCES
${CMAKE_CURRENT_LIST_DIR}/source/core_json.c )
# JSON library Public Include directories.
set( JSON_INCLUDE_PUBLIC_DIRS
${CMAKE_CURRENT_LIST_DIR}/source/include )
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/FreeRTOSMirror/coreJSON.git
git@gitee.com:FreeRTOSMirror/coreJSON.git
FreeRTOSMirror
coreJSON
coreJSON
main

搜索帮助