From 02fd0b59edbcb2b5c08ab1f36bbffc12ba08a5d3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 25 Dec 2024 09:58:00 +0100 Subject: IMPL: New tool for ZkaOS 'make_container' Signed-off-by: Amlal El Mahrouss --- public/tools/make_container.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 public/tools/make_container.json (limited to 'public/tools/make_container.json') diff --git a/public/tools/make_container.json b/public/tools/make_container.json new file mode 100644 index 00000000..1f66e5af --- /dev/null +++ b/public/tools/make_container.json @@ -0,0 +1,12 @@ +{ + "compiler_path": "g++", + "compiler_std": "c++20", + "headers_path": ["./"], + "sources_path": ["src/CLI.cc"], + "output_name": "make_container", + "cpp_macros": [ + "kMKFVersion=0x0100", + "kMKFVersionHighest=0x0100", + "kMKFVersionLowest=0x0100" + ] +} -- cgit v1.2.3