1 executable("test") { 2 sources = [ 3 "stuff.cc", 4 "things.cc" 5 ] 6 7 deps = [ 8 "//base", 9 ] 10 } 11