We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c051bc commit 0ea3cdbCopy full SHA for 0ea3cdb
examples/chip-tool/commands/common/CHIPCommand.cpp
@@ -654,4 +654,3 @@ void CHIPCommand::ExecuteDeferredCleanups(intptr_t ignored)
654
}
655
sDeferredCleanups.clear();
656
657
-
examples/darwin-framework-tool/BUILD.gn
@@ -170,6 +170,8 @@ config("config") {
170
171
executable("darwin-framework-tool") {
172
sources = [
173
+ "${chip_root}/examples/chip-tool/commands/common/ChipToolCheckInDelegate.cpp",
174
+ "${chip_root}/examples/chip-tool/commands/common/ChipToolCheckInDelegate.h",
175
"${chip_root}/examples/chip-tool/commands/common/Command.cpp",
176
"${chip_root}/examples/chip-tool/commands/common/Command.h",
177
"${chip_root}/examples/chip-tool/commands/common/Commands.cpp",
0 commit comments