[go: up one dir, main page]

Skip to content

Commit

Permalink
修改
Browse files Browse the repository at this point in the history
  • Loading branch information
maikebing committed May 8, 2022
1 parent bdf5834 commit 8db932c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IoTSharp 是一个 基于.Net Core 开源的物联网基础平台, 支持 HTTP

| 名称 | 说明 |
| ---- | ---- |
| jiot-c-sdk | sdk源码目录 |
| iotsharp-c-sdk | sdk源码目录 |
| docs | 文档目录 |
| samples | 示例文件目录 |
| LICENSE | 许可证文件 |
Expand Down
21 changes: 6 additions & 15 deletions SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,12 @@ cwd = GetCurrentDir()
src = []
path = []

src += Glob('iotsharp-c-sdk/src/jclient/*.c')
src += Glob('iotsharp-c-sdk/src/sisclient/*.c')
src += Glob('iotsharp-c-sdk/src/mqtt/MQTTClient-C/src/*.c')
src += Glob('iotsharp-c-sdk/src/mqtt/MQTTPacket/src/*.c')
src += Glob('iotsharp-c-sdk/common/*.c')
src += Glob('iotsharp-c-sdk/public/net/tcp/*.c')
src += Glob('iotsharp-c-sdk/platform/os/rt-thread/*.c')

path += [cwd + '/iotsharp-c-sdk/common']
path += [cwd + '/iotsharp-c-sdk/include/jclient']
path += [cwd + '/iotsharp-c-sdk/include/mqtt']
path += [cwd + '/iotsharp-c-sdk/include/sisclient']
path += [cwd + '/iotsharp-c-sdk/platform/os/rt-thread']
path += [cwd + '/iotsharp-c-sdk/src/mqtt/MQTTPacket/src']
path += [cwd + '/iotsharp-c-sdk/public/net/tcp']
src += Glob('iotsharp-c-sdk/src/*.c')


path += [cwd + '/iotsharp-c-sdk/include']
path += [cwd + '/iotsharp-c-sdk/src']


if GetDepend(['PKG_USING_IOTSHARP_EXAMPLES']):
src += Glob('samples/*.c')
Expand Down

0 comments on commit 8db932c

Please sign in to comment.