I&#39;m building plugins, in my CMake based projects, as shared libraries; I care about Unix only, and I really, really want the installed files to be named like &quot;foo.so&quot;, and not like &quot;libfoo.so&quot;.  How exactly to achieve this with CMake (I know this issue is somewhat discussed even in FAQ, and I tried to follow suggestion there, but was not able to come up with working solution...)?<br>
<br>Thanks.<br>