File tree Expand file tree Collapse file tree 2 files changed +7
-16
lines changed
Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ IoTSharp 是一个 基于.Net Core 开源的物联网基础平台, 支持 HTTP
88
99| 名称 | 说明 |
1010| ---- | ---- |
11- | jiot -c-sdk | sdk源码目录 |
11+ | iotsharp -c-sdk | sdk源码目录 |
1212| docs | 文档目录 |
1313| samples | 示例文件目录 |
1414| LICENSE | 许可证文件 |
Original file line number Diff line number Diff line change @@ -8,21 +8,12 @@ cwd = GetCurrentDir()
88src = []
99path = []
1010
11- src += Glob ('iotsharp-c-sdk/src/jclient/*.c' )
12- src += Glob ('iotsharp-c-sdk/src/sisclient/*.c' )
13- src += Glob ('iotsharp-c-sdk/src/mqtt/MQTTClient-C/src/*.c' )
14- src += Glob ('iotsharp-c-sdk/src/mqtt/MQTTPacket/src/*.c' )
15- src += Glob ('iotsharp-c-sdk/common/*.c' )
16- src += Glob ('iotsharp-c-sdk/public/net/tcp/*.c' )
17- src += Glob ('iotsharp-c-sdk/platform/os/rt-thread/*.c' )
18-
19- path += [cwd + '/iotsharp-c-sdk/common' ]
20- path += [cwd + '/iotsharp-c-sdk/include/jclient' ]
21- path += [cwd + '/iotsharp-c-sdk/include/mqtt' ]
22- path += [cwd + '/iotsharp-c-sdk/include/sisclient' ]
23- path += [cwd + '/iotsharp-c-sdk/platform/os/rt-thread' ]
24- path += [cwd + '/iotsharp-c-sdk/src/mqtt/MQTTPacket/src' ]
25- path += [cwd + '/iotsharp-c-sdk/public/net/tcp' ]
11+ src += Glob ('iotsharp-c-sdk/src/*.c' )
12+
13+
14+ path += [cwd + '/iotsharp-c-sdk/include' ]
15+ path += [cwd + '/iotsharp-c-sdk/src' ]
16+
2617
2718if GetDepend (['PKG_USING_IOTSHARP_EXAMPLES' ]):
2819 src += Glob ('samples/*.c' )
You can’t perform that action at this time.
0 commit comments