Skip to content

Commit

Permalink
Missing source file when building lock-app with shell enabled (#25114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs authored and pull[bot] committed Jul 18, 2023
1 parent eeb0308 commit 4417679
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/lock-app/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ efr32_executable("lock_app") {
"src/main.cpp",
]

if (chip_build_libshell) {
sources += [ "src/EventHandlerLibShell.cpp" ]
}

deps = [
":sdk",
"${examples_plat_dir}:efr32-common",
Expand Down

0 comments on commit 4417679

Please sign in to comment.