11 lines
103 B
Plaintext
Raw Normal View History

2018-08-11 05:35:24 +00:00
executable("test") {
sources = [
"stuff.cc",
"things.cc"
]
deps = [
"//base",
]
}