summaryrefslogtreecommitdiffhomepage
path: root/apps/make_framework.json
blob: 6071ebaa57d0079235264f0705be2fa09612b15e (plain)
1
2
3
4
5
6
7
8
9
10
11
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"
  ]
}