DentonW / DevIL

Developer's Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter, and display a variety of images with ease. It is highly portable and has been ported to several platforms.
http://openil.sourceforge.net/
GNU Lesser General Public License v2.1
446 stars 138 forks source link

Add solib version number to CMakeLists.txt #50

Closed pullmoll closed 7 years ago

pullmoll commented 7 years ago

The previous version created libIL.so.1, libILU.so.1 and libILUT.so.1 shared object files. Add the missing commands to the CMakeLists.txt files to do that for 1.8.0 as well.