thorvg/test/capi/meson.build

11 lines
203 B
Meson

test_file = [
'capiMain.cpp',
'capiFill.cpp',
]
tests = executable('capiUnitTests',
test_file,
include_directories : headers,
link_with : thorvg_lib)
test('Capi Unit Tests', tests)