mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
15 lines
292 B
Meson
15 lines
292 B
Meson
source_file = [
|
|
'tvgArray.h',
|
|
'tvgCompressor.h',
|
|
'tvgInlist.h',
|
|
'tvgLock.h',
|
|
'tvgMath.h',
|
|
'tvgStr.h',
|
|
'tvgCompressor.cpp',
|
|
'tvgMath.cpp',
|
|
'tvgStr.cpp'
|
|
]
|
|
|
|
utils_dep = declare_dependency(
|
|
include_directories : include_directories('.'),
|
|
sources : source_file)
|