about summary refs log tree commit diff homepage
path: root/scripts/build/v-cmake.inc
diff options
context:
space:
mode:
authorMartin Nowack <m.nowack@imperial.ac.uk>2022-03-28 13:34:50 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2022-03-30 12:18:59 +0100
commit31f92c57dd2627d4f8c7a5a1e280397456af6a72 (patch)
tree4ce3349f11c1536d10e5c0b0e588a0b3153d0eed /scripts/build/v-cmake.inc
parent0d747ccf52025ac0d0d9067fbda33fb61a8d9843 (diff)
downloadklee-31f92c57dd2627d4f8c7a5a1e280397456af6a72.tar.gz
Refactor cmake installation into own component
Diffstat (limited to 'scripts/build/v-cmake.inc')
-rw-r--r--scripts/build/v-cmake.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/build/v-cmake.inc b/scripts/build/v-cmake.inc
new file mode 100644
index 00000000..a69c90b9
--- /dev/null
+++ b/scripts/build/v-cmake.inc
@@ -0,0 +1,7 @@
+artifact_dependency_cmake=("")
+
+required_variables_cmake=("")
+
+get_docker_config_id_cmake() {
+  return 0
+}
\ No newline at end of file