mayingzhen / nvidia-texture-tools

Automatically exported from code.google.com/p/nvidia-texture-tools
Other
0 stars 0 forks source link

Add soname version when building as a shared library #150

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
i think that something like SET_PROPERTIES(target PROPERTIES SOVERSION <number> 
) is enough when building as a shared lib.

if you don't plan to version, please put it in a private location, ie 
/usr/lib/nvidia-texture-tools and add rpath to the binaries.

Original issue reported on code.google.com by hicham.h...@gmail.com on 1 Dec 2010 at 7:50

GoogleCodeExporter commented 8 years ago
You can change the desired location of the library using ./configure 
--prefix=...

However, using soname versions is probably a good idea, I'll look into doing 
that.

Original comment by cast...@gmail.com on 8 Dec 2010 at 7:59