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 137 forks source link

fix static build of ilu and ilut #59

Open cweigel opened 7 years ago

cweigel commented 7 years ago

This correctly interprets the BUILD_SHARED_LIBS flags for ILU and ILUT too.

JMendyk commented 6 years ago

I would very much like to see this pull request merged. Full day of me figuring out how to properly link DevIL as a static library to my project reduces to this few lines of code :cry:.