mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-28 09:05:52 +00:00
11 lines
225 B
Meson
11 lines
225 B
Meson
source_file = [
|
|
'tvgGifEncoder.h',
|
|
'tvgGifSaver.h',
|
|
'tvgGifEncoder.cpp',
|
|
'tvgGifSaver.cpp',
|
|
]
|
|
|
|
subsaver_dep += [declare_dependency(
|
|
include_directories : include_directories('.'),
|
|
sources : source_file
|
|
)]
|