thorvg/src/common/meson.build
Hermet Park 69b1fb8208 common/math: code refactoring
- migrate tvgLine to tvgMath
- associate line functions with classes.
2024-07-10 00:21:02 +09:00

16 lines
310 B
Meson

source_file = [
'tvgArray.h',
'tvgCompressor.h',
'tvgFormat.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)