Hello all,
thanks for the wonderful work with cmake: I've started using it in all
my projects!

I'm trying to package VXL for Fedora and package guidelines require
all libs to be properly versioned.

My problem is that the actual cmake build of the project produces only
unversioned shared lib (they are all lib*.so not lib*.so.xx).

Is there a way to add version information globally, for all libraries?
Or do I have to manually search where each lib is generated and add
set_target_properties() to each?

I'm sorry if I made a silly question, but I googled for a while and
found nothing

Thanks and regards,

Mario
_______________________________________________
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

Reply via email to