meson.build 267 Bytes
Newer Older
1 2 3 4
test(
  'TestMixRamp',
  executable(
    'TestMixRamp',
5
    'TestMixRampParser.cxx',
6 7 8 9
    'TestMixRampInterpolate.cxx',
    include_directories: inc,
    dependencies: [
      log_dep,
10
      tag_dep,
11 12 13 14 15 16
      util_dep,
      gtest_dep,
    ],
  ),
  protocol: 'gtest',
)