summaryrefslogtreecommitdiff
path: root/src/hello/TARGETS
blob: 80380c724081fe2d6b37d7fc95e43df7fdd26cb9 (plain)
1
2
3
4
5
6
7
8
9
{ "":
  { "type": ["@", "rules", "CC", "binary"]
  , "name": ["hello"]
  , "srcs": ["hello.cpp"]
  , "private-deps": ["fmt"]
  }
, "fmt":
  {"type": ["@", "rules", "CC/pkgconfig", "system_library"], "name": ["fmt"]}
}