test/meson.build: eliminate variable gtest_main_dep
This commit is contained in:
parent
1259fdc2e3
commit
3d2bd08132
|
@ -1,7 +1,5 @@
|
|||
gtest_main_dep = dependency('gtest', main: true, fallback: ['gtest', 'gtest_main_dep'])
|
||||
gtest_dep = declare_dependency(
|
||||
dependencies: [gtest_main_dep],
|
||||
)
|
||||
gtest_dep = dependency('gtest', main: true,
|
||||
fallback: ['gtest', 'gtest_main_dep'])
|
||||
|
||||
subdir('util')
|
||||
subdir('net')
|
||||
|
|
Loading…
Reference in New Issue