summaryrefslogtreecommitdiffhomepage
path: root/private/tools/make_framework.json
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-12-06 15:53:20 +0100
committerAmlal <amlalelmahrouss@icloud.com>2024-12-06 15:57:01 +0100
commit46a885ad913aa24543efb154886919ad30182229 (patch)
tree3f9d6887763d8e1ea66fc89ec9aadb22f4cb9abc /private/tools/make_framework.json
parent8723d3401c15cad5797697aea4735b8972aabafb (diff)
META: Friday bump.
Signed-off-by: Amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'private/tools/make_framework.json')
-rw-r--r--private/tools/make_framework.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/private/tools/make_framework.json b/private/tools/make_framework.json
new file mode 100644
index 00000000..6071ebaa
--- /dev/null
+++ b/private/tools/make_framework.json
@@ -0,0 +1,12 @@
+{
+ "compiler_path": "g++",
+ "compiler_std": "c++20",
+ "headers_path": ["./"],
+ "sources_path": ["src/Framework.cc"],
+ "output_name": "make_framework.o",
+ "cpp_macros": [
+ "kMKFVersion=0x0100",
+ "kMKFVersionHighest=0x0100",
+ "kMKFVersionLowest=0x0100"
+ ]
+}