For large libraries, the way I'd do it is only wrap the headers that contain 
the procs and structs I need and link with the libs those headers require. 
Unless you are planning on making a formal Nim library out of this, then it 
makes sense to wrap everything.

Reply via email to