Skip to content

Commit

Permalink
Add dependencies to default group for minimal-mdns
Browse files Browse the repository at this point in the history
  • Loading branch information
jlatusek committed Jan 18, 2024
1 parent d310001 commit e89c114
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/minimal-mdns/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,12 @@ executable("mdns-advertiser") {

output_dir = root_out_dir
}

group("default") {
deps = [
":mdns-advertiser",
":minimal-mdns-client",
":minimal-mdns-example-common",
":minimal-mdns-server",
]
}

0 comments on commit e89c114

Please sign in to comment.