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
8
8
9
9
| 名称 | 说明 |
10
10
| ---- | ---- |
11
- | jiot -c-sdk | sdk源码目录 |
11
+ | iotsharp -c-sdk | sdk源码目录 |
12
12
| docs | 文档目录 |
13
13
| samples | 示例文件目录 |
14
14
| LICENSE | 许可证文件 |
Original file line number Diff line number Diff line change @@ -8,21 +8,12 @@ cwd = GetCurrentDir()
8
8
src = []
9
9
path = []
10
10
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
+
26
17
27
18
if GetDepend (['PKG_USING_IOTSHARP_EXAMPLES' ]):
28
19
src += Glob ('samples/*.c' )
You can’t perform that action at this time.
0 commit comments