Home | History | Annotate | Download | only in format_test_data
      1 executable("test") {
      2   sources = [
      3     "stuff.cc",
      4     "things.cc"
      5   ]
      6 
      7   deps = [
      8     "//base",
      9   ]
     10 }
     11