summaryrefslogtreecommitdiff
path: root/toolchains/CC/foreign/cmake.TARGETS
blob: 443641640e33a7be6d028c635e72be02ded439a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "defaults":
  { "type": "export"
  , "target": "defaults (unexported)"
  , "flexible_config":
    ["ARCH", "ENV", "HOST_ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG"]
  }
, "defaults (unexported)":
  { "type": ["@", "rules", "CC/foreign", "defaults"]
  , "CMAKE": ["cmake/bin/cmake"]
  , "toolchain": ["staged-cmake"]
  , "PATH": ["$(TOOLCHAIN)/cmake/bin"]
  }
, "staged-cmake": {"type": "install", "dirs": [[["", "toolchain"], "cmake"]]}
}