test/meson.build: suppress compiler warnings in GTest headers

This commit is contained in:
Max Kellermann 2024-01-18 18:42:55 +01:00
parent 5023432802
commit 74125c0922
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
gtest_dep = dependency('gtest', main: true,
include_type: 'system',
fallback: ['gtest', 'gtest_main_dep'])
subdir('util')