Do not embed the gtest dependency.

We have a special wrap file for that.
This commit is contained in:
Matthieu Gautier
2019-08-12 13:12:28 +02:00
parent 99dcdd849a
commit ca27ddf41a
326 changed files with 11 additions and 153184 deletions

View File

@ -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'],