summaryrefslogtreecommitdiff
path: root/src/buildtool/compatibility/TARGETS
blob: 5ef01708331cb9d53684021eb72932160a7ba327 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ "compatibility":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["compatibility"]
  , "hdrs": ["compatibility.hpp", "native_support.hpp"]
  , "deps":
    [ ["src/buildtool/crypto", "hash_function"]
    , ["@", "gsl-lite", "", "gsl-lite"]
    ]
  , "stage": ["src", "buildtool", "compatibility"]
  }
}