mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 14:50:10 +01:00
meson: Build st_tests_common with gtest
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106131
Fixes: 34cb4d0ebc ("meson: build tests for gallium mesa state tracker")
Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
dffdef6737
commit
051fddb4a9
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ libmesa_st_test_common = static_library(
|
|||
'mesa_st_test_common',
|
||||
['st_tests_common.cpp', ir_expression_operation_h],
|
||||
include_directories : inc_common,
|
||||
dependencies : dep_thread,
|
||||
dependencies : [dep_thread, idep_gtest],
|
||||
)
|
||||
|
||||
test(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue