Creating a symlink when installing

William A. Hoffman billlist at nycap.rr.com
Mon Mar 27 20:04:04 CEST 2006


At 12:56 PM 3/27/2006, David Faure wrote:
>I can't find it on a quick glance in the cmake docs... how do I create a symlink on installing?
>(e.g. we need it for "ln -s crystalsvg default.kde").

${CMAKE_COMMAND} -E create_symlink old new



>Hmm, is this not available because windows doesn't support it?

The above will not be available on windows, and will produce an
error.


-Bill



More information about the Kde-buildsystem mailing list