mpd/test/tag/meson.build
2021-12-01 15:33:17 +01:00

15 lines
223 B
Meson

test(
'TestMixRamp',
executable(
'TestMixRamp',
'TestMixRampInterpolate.cxx',
include_directories: inc,
dependencies: [
log_dep,
util_dep,
gtest_dep,
],
),
protocol: 'gtest',
)