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

CMake revamp #21

Closed bcampbell closed 8 years ago

bcampbell commented 9 years ago

These are all my changes to get DevIL building and installing via CMake. It works for me now on linux and mac, but I've not tried it on windows yet. I've been pretty careful to keep it all cross-platform, so I don't think there'll be any big issues getting it working.

There's still lots of scope for refining things, but it's at the point where I need other people to hammer on it to show up any problems.

bcampbell commented 9 years ago

Also, commit c0e964d fixes issue #22.

CapsAdmin commented 8 years ago

This works for me too using kubuntu while the current does not work and errors with not being able to find ilconfig.h or something.