Skip to content

Commit

Permalink
cmake: enable TIF and WEBP support now that SDL3IMAGE_STRICT patch is in
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jan 29, 2024
1 parent d5eda04 commit 0003e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ option(SDL3IMAGE_PNM "Support loading PNM images" ON)
option(SDL3IMAGE_QOI "Support loading QOI images" ON)
option(SDL3IMAGE_SVG "Support loading SVG images" ON)
option(SDL3IMAGE_TGA "Support loading TGA images" ON)
option(SDL3IMAGE_TIF "Support loading TIFF images" OFF)
option(SDL3IMAGE_WEBP "Support loading WEBP images" OFF)
option(SDL3IMAGE_TIF "Support loading TIFF images" ON)
option(SDL3IMAGE_WEBP "Support loading WEBP images" ON)
option(SDL3IMAGE_XCF "Support loading XCF images" ON)
option(SDL3IMAGE_XPM "Support loading XPM images" ON)
option(SDL3IMAGE_XV "Support loading XV images" ON)
Expand Down

0 comments on commit 0003e26

Please sign in to comment.