summaryrefslogtreecommitdiffhomepage
path: root/examples/example_02_libbtb/win64.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-28 03:19:14 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-28 03:19:14 +0200
commitb250a9858728ad9078e482ccf95f938ceb0ae24c (patch)
tree7190d7c9312a99ac83faf03da53b0612c1ea4eba /examples/example_02_libbtb/win64.json
parent23f0a09cb5bb9a211358e613557ab60b3cbd7172 (diff)
fix: fix dylib build on POSIX targets.
feat: add libBTB example, and updated libBTB version. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples/example_02_libbtb/win64.json')
-rw-r--r--examples/example_02_libbtb/win64.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/example_02_libbtb/win64.json b/examples/example_02_libbtb/win64.json
new file mode 100644
index 0000000..658ee0f
--- /dev/null
+++ b/examples/example_02_libbtb/win64.json
@@ -0,0 +1,19 @@
+{
+ "compiler_path": "x86_64-w64-mingw32-g++",
+ "compiler_std": "c++20",
+ "headers_path": [
+ "../../",
+ "../../vendor"
+ ],
+ "sources_path": [
+ "libbtb.cc"
+ ],
+ "output_name": "libbtb.exe",
+ "compiler_flags": [
+ "-lBTB"
+ ],
+ "cpp_macros": [
+ "FOO_MACRO"
+ ],
+ "run_after_build": true
+} \ No newline at end of file