summaryrefslogtreecommitdiffhomepage
path: root/apps/make_framework.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/make_framework.json')
-rw-r--r--apps/make_framework.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/make_framework.json b/apps/make_framework.json
new file mode 100644
index 00000000..6071ebaa
--- /dev/null
+++ b/apps/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"
+ ]
+}