Skip to content

Commit

Permalink
update build.gb
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Oct 27, 2023
1 parent 9177b3f commit af6c80c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions examples/lit-icd-app/linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,11 @@
import("//build_overrides/build.gni")
import("//build_overrides/chip.gni")

executable("chip-lock-app") {
sources = [
"main.cpp",
"src/LockAppCommandDelegate.cpp",
]
executable("chip-lit-icd-app") {
sources = [ "main.cpp" ]

deps = [
"${chip_root}/examples/lock-app/lock-common",
"${chip_root}/examples/lock-app/lock-common:lock-cluster-service",
"${chip_root}/examples/platform/linux:app-main",
"${chip_root}/src/lib",
"${chip_root}/src/app/icd:manager",
"${chip_root}/third_party/jsoncpp",
]

Expand All @@ -37,7 +31,7 @@ executable("chip-lock-app") {
}

group("linux") {
deps = [ ":chip-lock-app" ]
deps = [ ":chip-lit-icd-app" ]
}

group("default") {
Expand Down

0 comments on commit af6c80c

Please sign in to comment.