summaryrefslogtreecommitdiffhomepage
path: root/public/tools/make_container.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-12-25 09:58:00 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-12-25 09:58:00 +0100
commit02fd0b59edbcb2b5c08ab1f36bbffc12ba08a5d3 (patch)
tree8999218261cf83ccad14e51bf101827c48ea7ead /public/tools/make_container.json
parentc517a9192a08f40ec6c2c387e98f3ea18bb28f4e (diff)
IMPL: New tool for ZkaOS 'make_container'
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'public/tools/make_container.json')
-rw-r--r--public/tools/make_container.json12
1 files changed, 12 insertions, 0 deletions
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"
+ ]
+}