mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +00:00
11 lines
203 B
Meson
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)
|