mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Issue #1939 - Part 1: Update build system for libwebp.
This commit is contained in:
parent
9f598a8abc
commit
56d49fd570
11 changed files with 250 additions and 118 deletions
|
|
@ -9,6 +9,8 @@ with Files('**'):
|
|||
EXPORTS.webp += [
|
||||
'webp/decode.h',
|
||||
'webp/demux.h',
|
||||
'webp/encode.h',
|
||||
'webp/format_constants.h',
|
||||
'webp/mux_types.h',
|
||||
'webp/types.h',
|
||||
]
|
||||
|
|
@ -17,6 +19,7 @@ DIRS += [
|
|||
'dec',
|
||||
'demux',
|
||||
'dsp',
|
||||
'enc',
|
||||
'moz',
|
||||
'utils',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue