summaryrefslogtreecommitdiffhomepage
path: root/public/tools/make_container.json
diff options
context:
space:
mode:
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"
+ ]
+}