How do I merge zlib1.dll into my executable in C?
- by httpinterpret
My executable needs zlib1.dll to run,
and I need to keep them together now and then.
How can I merge it into the executable to save the trouble?
I'm using cmake to build the executable.