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.
UPDATE
zlib1.dll
is not directly included by my programe,but required by libpng14-14.dll
(one dll of the gtk bundle)