<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
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.</blockquote>
<br>Clint,<br><br><div>Great, this is even better than </div><div><br></div><div>INSTALL(VTK)</div><div>INSTALL(Qt)</div><div><br></div><div>You make it sound like it should be even less code:</div><div><br></div><div>INSTALL(EVERYTHING)</div>
<div><br></div><div>But I don't see anything like this. Is there a way to convert my:</div><div><br></div><div>INSTALL(FILES "${VTK_DIR}/bin/libvtkHybrid.a" DESTINATION bin)</div><div><br></div><div>into:</div>
<div><br></div><div>INSTALL(EVERYTHING_NECESSARY)</div><div><br></div><div>?</div><div><br></div><div>David</div>