We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14e43e commit 09332efCopy full SHA for 09332ef
examples/thermostat/linux/BUILD.gn
@@ -17,12 +17,12 @@ import("//build_overrides/chip.gni")
17
18
executable("thermostat-app") {
19
sources = [
20
+ "${chip_root}/src/app/clusters/thermostat-server/PresetStructWithOwnedMembers.cpp",
21
"include/low-power/LowPowerManager.cpp",
22
"include/low-power/LowPowerManager.h",
- "${chip_root}/src/app/clusters/thermostat-server/PresetStructWithOwnedMembers.cpp",
23
"main.cpp",
24
- "thermostat-manager.cpp",
25
"thermostat-delegate-impl.cpp",
+ "thermostat-manager.cpp",
26
]
27
28
deps = [
@@ -31,9 +31,7 @@ executable("thermostat-app") {
31
"${chip_root}/src/lib",
32
33
34
- include_dirs = [
35
- "include"
36
- ]
+ include_dirs = [ "include" ]
37
38
cflags = [ "-Wconversion" ]
39
0 commit comments