diff options
Diffstat (limited to 'tools/nebuild.json')
| -rw-r--r-- | tools/nebuild.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/nebuild.json b/tools/nebuild.json new file mode 100644 index 0000000..36c5130 --- /dev/null +++ b/tools/nebuild.json @@ -0,0 +1,16 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": [ + "../" + ], + "sources_path": [ + "src.cc" + ], + "output_name": "./dist/src", + "cpp_macros": [ + "kVersion=0x0100", + "kVersionHighest=0x0100", + "kVersionLowest=0x0100" + ] +} |
