the.bay.news

How to include libcpp with addTranslateC

Ziggit
How to include libcpp with addTranslateC
Hey there, I’ve been playing around with Zig and want to try using a cpp library. Unfortunately I’m having a bit of a struggle getting it working even after follow a few other threads I found in the forum. I’ve just set up my project with zig init and then zig fetch --save=jolt git+https://github.com/jrouwe/JoltPhysics.git#v5.6.0 and I’ve added the following to my build.zig. // I've added the fetched dependency here and tried setting up translate c const joltd = b.dependency("jolt", .{...

Hey there, I’ve been playing around with Zig and want to try using a cpp library. Unfortunately I’m having a bit of a struggle getting it working even after follow a few other…

0 comments

Sign in to join the discussion — your thebay.events account works here.

No comments yet.