11 lines
104 B
Plaintext
Raw Normal View History

2018-01-29 00:30:36 +08:00
executable("test") {
sources = [
"stuff.cc",
"things.cc",
]
deps = [
"//base",
]
}