mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-26 09:51:26 +00:00

revise code to satisfy with the tvg world. no logical changes. - modified file names - added the samsung copyright - removed unnecessary typedefs - ++indentation - --LOC
11 lines
216 B
Meson
11 lines
216 B
Meson
source_file = [
|
|
'tvgJpgd.h',
|
|
'tvgJpgLoader.h',
|
|
'tvgJpgd.cpp',
|
|
'tvgJpgLoader.cpp',
|
|
]
|
|
|
|
subloader_dep += [declare_dependency(
|
|
include_directories : include_directories('.'),
|
|
sources : source_file
|
|
)]
|