diff options
Diffstat (limited to 'public/tools/mgmt/mgmt.json')
| -rw-r--r-- | public/tools/mgmt/mgmt.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/tools/mgmt/mgmt.json b/public/tools/mgmt/mgmt.json new file mode 100644 index 00000000..5cdd0ec7 --- /dev/null +++ b/public/tools/mgmt/mgmt.json @@ -0,0 +1,19 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": [ + "./", + "../../../dev/kernel", + "../../../public/frameworks/", + "../../../dev/", + "./" + ], + "sources_path": [], + "output_name": "./dist/mgmt", + "cpp_macros": [ + "kSampleFWVersion=0x0100", + "kSampleFWVersionHighest=0x0100", + "kSampleFWVersionLowest=0x0100", + "__NE_SDK__" + ] +}
\ No newline at end of file |
