>
> 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
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to