Re: [CMake] Re: Installed project with shared libs

2006-02-28 Thread Brad King
E. Wing wrote: Can/will cmake be able to support these forms? For example, I'd like to be able to build vtk as dylibs and then place said dylibs in my application's bundle. This means that the dylib's 'install_name' must be "@executable_path/Contents/Frameworks/". A clarification. Typically,

[CMake] Re: Installed project with shared libs

2006-02-27 Thread E. Wing
> > Can/will cmake be able to support these forms? For example, I'd like to > be able to build vtk as dylibs and then place said dylibs in my > application's bundle. This means that the dylib's 'install_name' must > be "@executable_path/Contents/Frameworks/". A clarification. Typically, the path