Skip to content
  • Alex Deymo's avatar
    New CMake flags to disable cjxl/djxl and JNI (#424) · 65ca1ee8
    Alex Deymo authored
    New `JPEGXL_ENABLE_TOOLS` flags (default enabled) lets the user disable
    cjxl/djxl tools and the new `JPEGXL_ENABLE_JNI` lets the user disable
    building the JNI wrappers.
    
    A few intermediate libraries that should  be only compiled if the tools
    that need them are also compiled are now marked as EXCLUDE_FROM_ALL.
    This allows user to only compile the jxl libraries.
    
    Fixes #421
    65ca1ee8