Fix build of unit tests

This commit is contained in:
King_DuckZ 2024-04-19 23:18:26 +02:00
commit cd85666005
11 changed files with 13 additions and 11 deletions

View file

@ -1,4 +1,4 @@
catch2_dep = dependency('Catch2', fallback: ['Catch2', 'catch2_dep'])
catch2_dep = dependency('Catch2', version: '>=3.5.2')
unit_test_prog = executable(meson.project_name(),
'int_conv_test.cpp',