diff options
Diffstat (limited to 'toolchains/CC/foreign/cmake.TARGETS')
-rw-r--r-- | toolchains/CC/foreign/cmake.TARGETS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchains/CC/foreign/cmake.TARGETS b/toolchains/CC/foreign/cmake.TARGETS new file mode 100644 index 0000000..facb83d --- /dev/null +++ b/toolchains/CC/foreign/cmake.TARGETS @@ -0,0 +1,8 @@ +{ "defaults": + { "type": ["@", "rules", "CC/foreign", "defaults"] + , "CMAKE": ["cmake/bin/cmake"] + , "toolchain": ["staged-cmake"] + , "PATH": ["$(TOOLCHAIN)/cmake/bin"] + } +, "staged-cmake": {"type": "install", "dirs": [[["", "toolchain"], "cmake"]]} +} |