I'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 "foo.so", and not like "libfoo.so". 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>