meson: Add msvc compat args to util/tests

To keep this building with msvc

Acked-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
Dylan Baker 2018-05-22 15:00:35 -07:00
parent 00fca07c3b
commit 095bdbda2b
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ test(
executable(
'string_buffer_test',
'string_buffer_test.cpp',
cpp_args : [cpp_msvc_compat_args],
dependencies : [idep_gtest, idep_mesautil],
include_directories : inc_common,
),