summaryrefslogtreecommitdiff
path: root/DevIL/cmake
Commit message (Collapse)AuthorAgeFilesLines
* - Added half type support to KTX readingDenton Woods2017-01-021-0/+2
|
* - Getting things ready for the next releasev1.8.0Denton Woods2017-01-011-0/+51
|
* - Cleanup of CMakeLists and fix for libSquish under LinuxDenton Woods2017-01-011-0/+2
|
* - Fixed libmng in CMakeCacheDenton Woods2016-12-311-28/+8
| | | | - Fixed tiff warnings
* - Adding libmngDenton Woods2016-12-312-0/+32
|
* - Adding LittleCMS2 supportDenton Woods2016-12-311-0/+26
|
* - Adding support for libsquish to CMakeDenton Woods2016-12-311-0/+14
|
* Turn src-IL into a self-contained cmake projectBen Campbell2016-11-094-242/+0
| | | | | | | | Top-level cmake project is now just a container for it's sub-projects. Previously, src-IL relied on the parent project for configuration, even though all those settings were specific to src-IL. This commit also rolls in some changes to generate and install pkg-config support.
* fixing issue with cmake usage, in the code OpenEXR parent is not present ↵David Carlier2016-10-211-1/+1
| | | | leading to include header error
* Remove various build systems in favour of CMakeBen Campbell2016-07-181-0/+11
| | | | | | | | | | | This removes support for GNU autotools, as well as a whole bunch of IDE project files. The plan is to consolidate effort behind a single build system rather that trying to maintain a bunch of them. And CMake seems to be the best supported across the various target platforms. The old 'projects' directory contained a bunch of language bindings. Those have been moved into a new directory, 'bindings'.
* Add options to disable use of external libsBen Campbell2015-07-221-1/+1
|
* cmake: add checks for openexr, lcms, nvtt etcBen Campbell2015-07-206-57/+231
|
* Deleting .cvsignore files.Denton Woods2009-01-261-6/+0
|
* now with sensible cmake lib/dll buildingKriss Daniels2004-08-032-15/+0
| | | | | | all auto linking msvc pragmas disabled except when IL_USE_PRAGMA_LIBS is defined but still getting strange errors from libjpeg about export/inport
* fixed the (box)filters not working on image resizeKriss Daniels2004-08-016-0/+78
added lots of cmake stuff, mostly to produce msvc project files look in the cmake dir for batchfiles to create these files under windows allegro is currently disabled in this build. I gave up on getting it to compile the linked DLLs also need ot be defered you will find it requiring SDL and so on when you dont really need it. the ILUT DLL is just an issue fullstop, possibly better to break it into sub DLLs This needs more working on but does work now, for me anyway. My apologise if I've broken anything I have tried to be carefull. prebuilt libs/dlls from this cmake setup are checked into lib/vc6 these should be ok to use.