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

Optionally include ILU and ILUT #72

Closed edin-m closed 6 years ago

edin-m commented 6 years ago

It'd be good if we could optionally include/exclude building ILU and ILUT like we do for IL_TESTS. It could be useful when using add_subdirectory to add DevIL.

I can make these changes if you think they make sense.

edin-m commented 6 years ago

Oh, there's already a PR for this.