summaryrefslogtreecommitdiff
path: root/doc/interoperability/c-from-rust/foo/TARGETS
blob: 804b9e85ec1e7ee4fcb437705dffb0091e892798 (plain)
1
2
3
4
5
6
7
8
9
10
{ "foo":
  { "type": ["@", "rules-cc", "CC", "library"]
  , "pure C": ["true"]
  , "name": ["foo"]
  , "srcs": ["foo.c"]
  , "hdrs": ["foo.h"]
  , "stage": ["foo"]
  , "ldflags": ["-lm"]
  }
}