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...)?
Thanks.
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
