summaryrefslogtreecommitdiff
path: root/src/buildtool/build_engine/analysed_target/TARGETS
blob: 4884ec46d8632273ff08c798fc3fa7728e3b0299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ "target":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["target"]
  , "hdrs": ["analysed_target.hpp"]
  , "deps":
    [ ["src/buildtool/build_engine/expression", "expression"]
    , ["src/buildtool/common", "action_description"]
    , ["src/buildtool/common", "tree"]
    ]
  , "stage": ["src", "buildtool", "build_engine", "analysed_target"]
  }
}