From 2ae776318e6c92079528c35f3f5faf81f54fa10e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 19 Dec 2025 14:15:06 +0100 Subject: chore: Add MailMap, rename `examples` to `example`. Signed-off-by: Amlal El Mahrouss --- example/example_02_libnebuild/win64.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 example/example_02_libnebuild/win64.json (limited to 'example/example_02_libnebuild/win64.json') diff --git a/example/example_02_libnebuild/win64.json b/example/example_02_libnebuild/win64.json new file mode 100644 index 0000000..094208b --- /dev/null +++ b/example/example_02_libnebuild/win64.json @@ -0,0 +1,19 @@ +{ + "compiler_path": "x86_64-w64-mingw32-g++", + "compiler_std": "c++20", + "headers_path": [ + "../../include", + "../../vendor" + ], + "sources_path": [ + "libbtb.cc" + ], + "output_name": "./libbtb.exe", + "compiler_flags": [ + "-lNeBuild" + ], + "cpp_macros": [ + "FOO_MACRO" + ], + "run_after_build": true +} \ No newline at end of file -- cgit v1.2.3