kaliber/BUILD.gn

7 lines
79 B
Plaintext
Raw Normal View History

group("kaliber") {
deps = [
"//src/demo",
"//src/hello_world",
]
}