mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
meson: gtest needs pthreads
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
072207bc18
commit
d1767362aa
1 changed files with 1 additions and 0 deletions
|
|
@ -29,4 +29,5 @@ libgtest = static_library(
|
|||
idep_gtest = declare_dependency(
|
||||
link_with : libgtest,
|
||||
include_directories : include_directories('include', is_system : true),
|
||||
dependencies : [dep_thread],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue