mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 02:00:21 +01:00
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:
parent
00fca07c3b
commit
095bdbda2b
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue