summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/symlinks/TARGETS
blob: 9dd52d93637fc4e635fbeba317d0d694bdfdc188 (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
{ "resolve_symlinks_map":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["resolve_symlinks_map"]
  , "hdrs": ["resolve_symlinks_map.hpp"]
  , "srcs": ["resolve_symlinks_map.cpp"]
  , "deps":
    [ "pragma_special"
    , ["src/buildtool/file_system", "git_cas"]
    , ["src/buildtool/file_system", "git_repo"]
    , ["src/buildtool/file_system", "object_type"]
    , ["src/buildtool/multithreading", "async_map_consumer"]
    , ["src/utils/cpp", "hash_combine"]
    , ["src/utils/cpp", "path"]
    , ["src/utils/cpp", "path_hash"]
    ]
  , "stage": ["src", "buildtool", "file_system", "symlinks"]
  , "private-deps":
    [ ["@", "fmt", "", "fmt"]
    , ["src/utils/cpp", "gsl"]
    , ["src/utils/cpp", "hex_string"]
    ]
  }
, "pragma_special":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["pragma_special"]
  , "hdrs": ["pragma_special.hpp"]
  , "stage": ["src", "buildtool", "file_system", "symlinks"]
  }
, "resolve_special":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["resolve_special"]
  , "hdrs": ["resolve_special.hpp"]
  , "stage": ["src", "buildtool", "file_system", "symlinks"]
  }
}