The library uses cmake for windows/linux/osx builds. It can build
zlib, or use and existing install.
I would like to add support for OpenEXR. I see that there is cmake support,
but I need to first build IlmBase and then OpenEXR. Ideally, I could use a single cmake file
to build OpenEXR and all of its dependencies.
Can anyone recommend the best approach to adding OpenEXR ? Currently, my library supports libtiff, libpng, zlib
and lcms, all projects placed in third-party folder and built with cmake.
Thanks so much,
Aaron Boxer