File tree 1 file changed +7
-1
lines changed
examples/thermostat/linux
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,13 @@ import("//build_overrides/chip.gni")
18
18
executable (" thermostat-app" ) {
19
19
sources = [
20
20
" ${ chip_root } /src/app/clusters/thermostat-server/PresetStructWithOwnedMembers.cpp" ,
21
+ " ${ chip_root } /src/app/clusters/thermostat-server/thermostat-delegate.h" ,
21
22
" include/low-power/LowPowerManager.cpp" ,
22
23
" include/low-power/LowPowerManager.h" ,
23
24
" main.cpp" ,
25
+ " include/thermostat-delegate-impl.h" ,
24
26
" thermostat-delegate-impl.cpp" ,
27
+ " include/thermostat-manager.h" ,
25
28
" thermostat-manager.cpp" ,
26
29
]
27
30
@@ -31,7 +34,10 @@ executable("thermostat-app") {
31
34
" ${ chip_root } /src/lib" ,
32
35
]
33
36
34
- include_dirs = [ " include" ]
37
+ include_dirs = [
38
+ " include" ,
39
+ " ${ chip_root } /src/app/clusters/thermostat-server" ,
40
+ ]
35
41
36
42
cflags = [ " -Wconversion" ]
37
43
You can’t perform that action at this time.
0 commit comments