mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-20 23:11:39 +00:00

While building on windows (MinGW) no 'libwebp' was found, which resulted in build errors. The building process should have been stopp ed earlier for clarity.
12 lines
No EOL
266 B
Meson
12 lines
No EOL
266 B
Meson
source_file = [
|
|
'tvgWebpLoader.h',
|
|
'tvgWebpLoader.cpp',
|
|
]
|
|
|
|
webp_dep = dependency('libwebp', required: true)
|
|
|
|
subloader_dep += [declare_dependency(
|
|
include_directories : include_directories('.'),
|
|
dependencies : webp_dep,
|
|
sources : source_file
|
|
)] |