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