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