blob: cb3acaf3e28e44b5003e6ac8e6af8e8acfc7754b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"compiler_path": "clang++",
"compiler_std": "c++20",
"headers_path": [
"./",
"../../../src/kernel",
"../../../public/frameworks/",
"../../../src/",
"./"
],
"sources_path": [],
"output_name": "./dist/manual",
"cpp_macros": [
"kSampleFWVersion=0x0100",
"kSampleFWVersionHighest=0x0100",
"kSampleFWVersionLowest=0x0100",
"__NE_SDK__"
]
}
|