blob: 5084c0f9b333645fdd5ff0aff2020a04d863b2c8 [file] [log] [blame]
executable("test") {
sources = [
"stuff.cc",
"things.cc",
]
deps = [ "//base" ]
}