File tree 2 files changed +2
-1
lines changed
chip-tool/commands/common
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -654,4 +654,3 @@ void CHIPCommand::ExecuteDeferredCleanups(intptr_t ignored)
654
654
}
655
655
sDeferredCleanups .clear ();
656
656
}
657
-
Original file line number Diff line number Diff line change @@ -174,6 +174,8 @@ executable("darwin-framework-tool") {
174
174
" ${ chip_root } /examples/chip-tool/commands/common/Command.h" ,
175
175
" ${ chip_root } /examples/chip-tool/commands/common/Commands.cpp" ,
176
176
" ${ chip_root } /examples/chip-tool/commands/common/Commands.h" ,
177
+ " ${ chip_root } /examples/chip-tool/commands/common/ChipToolCheckInDelegate.cpp" ,
178
+ " ${ chip_root } /examples/chip-tool/commands/common/ChipToolCheckInDelegate.h" ,
177
179
" ${ chip_root } /examples/chip-tool/commands/common/HexConversion.h" ,
178
180
" ${ chip_root } /examples/common/websocket-server/WebSocketServer.cpp" ,
179
181
" ${ chip_root } /examples/common/websocket-server/WebSocketServer.h" ,
You can’t perform that action at this time.
0 commit comments