Skip to content
Snippets Groups Projects
Commit 03903a64 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Switch cmake to overlay convention

parent 6e27d573
No related branches found
No related tags found
No related merge requests found
#@ load("@ytt:template", "template")
#@ load("@ytt:data", "data")
#@ load("/components/cmake.lib.yml", "cmake_component")
#@ load("/components/zlib.lib.yml", "zlib_component")
#@ load("/components/libunwind.lib.yml", "libunwind_component")
#@ load("/components/llvm.lib.yml", "llvm_component")
......@@ -51,7 +50,6 @@
#@ load("/global_options.lib.yml", "options")
components:
cmake: #@ cmake_component
zlib: #@ zlib_component
libunwind: #@ libunwind_component
llvm: #@ llvm_component
......
#@ load("@ytt:overlay", "overlay")
#@ load("/lib/create_component.lib.yml", "single_build_component")
#@ load("/global_options.lib.yml", "options")
......@@ -25,6 +26,8 @@ dependencies:
- toolchain/host/gcc
#@ end
#@overlay/match by=overlay.all, expects=1
#@overlay/match-child-defaults missing_ok=True
---
#@ cmake_component = single_build_component(**_cmake_args())
components:
cmake: #@ single_build_component(**_cmake_args())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment