Files
kunlun/mfgtool/BUILD.gn

12 lines
207 B
Plaintext

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:aha"
]
}