Skip to content

Commit

Permalink
Add missing include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Oct 24, 2024
1 parent 528926a commit 087f6a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/platform/silabs/shell/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,17 @@ if (use_SiWx917) {
shell_dependency_path = "${chip_root}/examples/platform/silabs/SiWx917"
}

config("shell-config") {
include_dirs = [ "." ]
}

source_set("icd") {
sources = [
"ICDShellCommands.cpp",
"ICDShellCommands.h",
]

public_configs = [ ":shell-config" ]

deps = [ "${shell_dependency_path}:matter-shell" ]
}

0 comments on commit 087f6a2

Please sign in to comment.