summaryrefslogtreecommitdiff
path: root/toolchains/CC/foreign/cmake.TARGETS
blob: 78f343665a75c8d6fa0f215852e15a425dac01e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "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"]
  }
, "staged-cmake": {"type": "install", "dirs": [[["", "toolchain"], "cmake"]]}
}