Skip to content
  • Utkarsh Ayachit's avatar
    Installing pvserver etc. in the app bundle on make install. · 574fdec9
    Utkarsh Ayachit authored
    1. Disabling generation of shared forwarding executables on mac. That's no
       longer necessary on Mac. We should use install_name_dir even when not
       installing apps (that's not currently supported, however).
    
    2. Adding all executables to the export targets list so that projects can use
       those targets.
    
    3. Updating ParaViewBrandingInstallApp.cmake to ensure that all executables in
       the <install_prefix>/bin directory get placed in the app bundle under
       App/Contents/bin. Since these executables already have their install_name_dir
       set to point to @executable_path/../Libraries, we don't need any shared
       forwarding and the executables find the libraries just fine.
    
    Change-Id: I63454a5abc03ff71a076cbe56a5936097f3c8b25
    574fdec9