thorvg/test/meson.build
2021-06-07 19:57:52 +09:00

12 lines
232 B
Meson

test_file = [
'testMain.cpp',
'testInitializer.cpp',
'testSwCanvasBase.cpp',
]
tests = executable('tvgUnitTests',
test_file,
include_directories : headers,
link_with : thorvg_lib)
test('Unit Tests', tests)