On 19.04.09 18:26:48, Philip Lowman wrote: > On Sun, Apr 19, 2009 at 6:16 PM, Sagrailo <[email protected]> wrote: > > > 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...)? > > > Have you tried the PREFIX target property?
Thats what KDE uses for its kde4_add_plugin() macro and it works just fine. Andreas -- Your love life will be happy and harmonious. _______________________________________________ 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
