<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Am 06.09.2012 09:43, schrieb Anton Sibilev:
<blockquote
cite="mid:CA+YceWG_szR9vPcth0LNseJSK7O2mp1rA7dyFvxee=BYnJanuw@mail.gmail.com"
type="cite">Hi all!
<div><br>
</div>
<div>I'm making shared library with add_library(xxx SHARED xxx.c)
and as result I got 'libxxx.so'.</div>
<div>I want to create lib with name like 'libxxx.so.1', can you
please help, how to make this?</div>
<div><br>
</div>
<div>Point is not to create link or copy libxxx.so ->
libxxx.so.1, but to create it initially.</div>
<div><br>
</div>
<div>Thanks!</div>
<div><br>
</div>
<div><br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">--
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>
Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>
Please keep messages on-topic and check the CMake FAQ at: <a class="moz-txt-link-freetext" href="http://www.cmake.org/Wiki/CMake_FAQ">http://www.cmake.org/Wiki/CMake_FAQ</a>
Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a></pre>
</blockquote>
<br>
Try the SUFFIX target property<br>
<br>
<a class="moz-txt-link-freetext" href="http://www.cmake.org/cmake/help/v2.8.8/cmake.html#prop_tgt:SUFFIX">http://www.cmake.org/cmake/help/v2.8.8/cmake.html#prop_tgt:SUFFIX</a><br>
<br>
For me that works well even changing .dll to .<some-other-ext><br>
<br>
regards,<br>
Michael
</body>
</html>