[CMake] Copying of 3rd party DLLs in a POST-BUILD step

John Drescher drescherjm at gmail.com
Tue Jan 10 15:30:17 EST 2012


On Tue, Jan 10, 2012 at 3:17 PM, Ben Medina <ben.medina at gmail.com> wrote:
> I'd guess the performance of fixup_bundle will be a big pitfall if
> you're planning on doing this after every build.
>

One other approach is not making it a post build step but a custom
target that the user can build only when needed. This custom build
step will copy the dlls like the post build step did.

John


More information about the CMake mailing list