blob: c597e5d643afeed2550302199828f66f4eacba02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"compiler_path": "g++",
"compiler_std": "c++20",
"headers_path": ["./"],
"sources_path": ["src/make_framework.cxx"],
"output_name": "make_framework.exe",
"cpp_macros": [
"__MKF_AMD64__",
"cMKFVersion=0x0100",
"cMKFVersionHighest=0x0100",
"cMKFVersionLowest=0x0100"
]
}
|