summaryrefslogtreecommitdiff
path: root/src/utils/cpp/TARGETS
blob: 35a53a68537e7a4da1585361ab99c57318549d68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{ "hash_combine":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["hash_combine"]
  , "hdrs": ["hash_combine.hpp"]
  , "deps": [["@", "gsl-lite", "", "gsl-lite"]]
  , "stage": ["src", "utils", "cpp"]
  }
, "type_safe_arithmetic":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["type_safe_arithmetic"]
  , "hdrs": ["type_safe_arithmetic.hpp"]
  , "deps": [["@", "gsl-lite", "", "gsl-lite"]]
  , "stage": ["src", "utils", "cpp"]
  }
, "json":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["json"]
  , "hdrs": ["json.hpp"]
  , "deps": [["@", "json", "", "json"], ["@", "gsl-lite", "", "gsl-lite"]]
  , "stage": ["src", "utils", "cpp"]
  }
, "concepts":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["concepts"]
  , "hdrs": ["concepts.hpp"]
  , "stage": ["src", "utils", "cpp"]
  }
, "atomic":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["atomic"]
  , "hdrs": ["atomic.hpp"]
  , "stage": ["src", "utils", "cpp"]
  }
, "hex_string":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["hex_string"]
  , "hdrs": ["hex_string.hpp"]
  , "stage": ["src", "utils", "cpp"]
  }
}