[Cmake] Symbolic links

Andy Cedilnik andy.cedilnik at kitware.com
Mon, 08 Mar 2004 12:36:06 -0500


Hi Dragan,

Unfortunately CMake does not have any way of doing things during
install. The CMake 2.0 will have this functionality and should be
released soon.

			Andy

On Mon, 2004-03-08 at 12:30, Dragan Tubic wrote:
> The problem is that the library is a part of the project and is compiled 
> during the build stage. Then the library is installed and I need  to create 
> symbolic links pointing to the installed library, i.e. during install 
> stage. I'd like to do something like
> 
> INSTALL_TARGET(\directory liboct.so)
> INSTALL_LINK(\directory2 link_name liboct.so)