thorvg/src/loaders/jpg/meson.build
Hermet Park 07d4db0555 jpg_loader: code refactoring
revise code to satisfy with the tvg world.
no logical changes.

 - modified file names
 - added the samsung copyright
 - removed unnecessary typedefs
 - ++indentation
 - --LOC
2021-10-26 21:16:02 +09:00

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
)]