Add tiff_compression build option

This commit is contained in:
kramo
2023-10-13 16:58:08 +02:00
parent 3a052b6367
commit 82ff5b3b46
4 changed files with 12 additions and 1 deletions

View File

@@ -7,3 +7,12 @@ option(
],
value: 'release'
)
option(
'tiff_compression',
type: 'combo',
choices: [
'webp',
'jpeg',
],
value: 'webp'
)