<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 8/2/11 9:28 AM, Clinton Stimpson wrote:
    <blockquote cite="mid:201108021028.34246.clinton@elemtech.com"
      type="cite">
      <pre wrap="">You shouldn't need to copy GetPrerequisites and BundleUtilities.

For Linux you can do:
set_target_properties( ... PROPERTIES INSTALL_RPATH "\$ORIGIN/../lib")

To get <i class="moz-txt-slash"><span class="moz-txt-tag">/</span>usr/lib<span class="moz-txt-tag">/</span></i> to be treated as non-system libraries, you can implement 
gp_resolved_file_type_override() 
to adjust that behavior.
See gp_item_default_embedded_path() in GetPrerequisites for more information.

And finally, to copy the dependents into lib/ instead of bin/, you can 
implement 
gp_item_default_embedded_path_override() 
to return a different path.
See gp_resolved_file_type() in GetPrerequisites for more information.</pre>
    </blockquote>
    <br>
    Great!&nbsp; I knew that there had to be a better way that I was simply
    missing.&nbsp; Thanks a lot!&nbsp; :-D<br>
    <br>
    Cheers,<br>
    Greg<br>
  </body>
</html>