Files
kunlun/mfgtool/BUILD.gn

12 lines
206 B
Plaintext
Raw Normal View History

2025-01-13 18:38:58 +08:00
group("mfgtools") {
deps = [
# This will expand to the name "//tutorial:tutorial" which is the full name
# of our new target. Run "gn help labels" for more.
# "//ah:aha",
"ah:ah"
2025-01-13 18:38:58 +08:00
]
}