[CMake] BundleUtilities

David Doria daviddoria at gmail.com
Wed Nov 17 13:32:56 EST 2010


>
> BundleUtilities is meant to be a more general approach to packaging 3rd
> party libraries.  It will look at an executable, and find all of its
> dependencies (the ones necessary to make the program execute) and copy the
> non-system dependencies into your install directory.


Clint,

Great, this is even better than

INSTALL(VTK)
INSTALL(Qt)

You make it sound like it should be even less code:

INSTALL(EVERYTHING)

But I don't see anything like this. Is there a way to convert my:

INSTALL(FILES "${VTK_DIR}/bin/libvtkHybrid.a" DESTINATION bin)

into:

INSTALL(EVERYTHING_NECESSARY)

?

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20101117/01cdc396/attachment.htm>


More information about the CMake mailing list