summaryrefslogtreecommitdiffhomepage
path: root/public/tools/mgmt.launch/mgmt.launch.json
blob: a181d7452f533117ad30174affaf0b09ff034bfd (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": [
        "./",
        "../../../dev/kernel",
        "../../../public/frameworks/",
        "../../../dev/",
        "./"
    ],
    "sources_path": [],
    "output_name": "./dist/mgmt.launch",
    "cpp_macros": [
        "kSampleFWVersion=0x0100",
        "kSampleFWVersionHighest=0x0100",
        "kSampleFWVersionLowest=0x0100",
        "__NE_SDK__"
    ]
}