mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Do not embed the gtest dependency.
We have a special wrap file for that.
This commit is contained in:
@ -7,7 +7,7 @@ tests = [
|
||||
]
|
||||
|
||||
|
||||
gtest_dep = dependency('gtest', fallback: ['gtest', 'gtest_dep'])
|
||||
gtest_dep = dependency('gtest', main:true, fallback: ['gtest', 'gtest_dep'])
|
||||
|
||||
foreach test_name : tests
|
||||
test_exe = executable(test_name, [test_name+'.cpp'],
|
||||
|
Reference in New Issue
Block a user