summaryrefslogtreecommitdiff
path: root/src/utils/cpp/TARGETS
blob: a0b23a5b57219c806c2a0198f217c596e2ec9845 (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
41
42
43
44
45
46
47
48
49
50
51
52
{ "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"]
  }
, "path":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["path"]
  , "hdrs": ["path.hpp"]
  , "stage": ["src", "utils", "cpp"]
  }
, "vector":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["vector"]
  , "hdrs": ["vector.hpp"]
  , "stage": ["src", "utils", "cpp"]
  }
}