Skip to content

Commit

Permalink
Update BUILD.gn
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Jun 9, 2024
1 parent 4e43cdf commit 860b1ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions silabs_examples/silabs-sensors/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ silabs_executable("sensors_app") {
{
sensorType = "contact-sensor"
}
else if (is_water_leak_detector)
{
sensorType = "Water-Leak-detector"
}

output_name = "matter-silabs-${sensorType}-example.out"
include_dirs = [ "include" ]
Expand Down

0 comments on commit 860b1ce

Please sign in to comment.