Skip to content
Snippets Groups Projects
Verified Commit 70b1dbdf authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Explicitly use the main dep for gtest fallback

parent 09b16b34
No related branches found
No related tags found
No related merge requests found
gtest_dep = dependency('gtest', main : true, required : true)
gtest_dep = dependency('gtest', main : true, fallback : ['gtest', 'gtest_main_dep'], required : true)
client_api = executable('client_api', 'client_api.cpp', dependencies: [matrix_client_dep, gtest_dep])
media_api = executable('media_api', 'media_api.cpp', dependencies: [matrix_client_dep, gtest_dep])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment