build(gtest): added gtest as a subproject in case it is not already installed on the system
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Google Test dependency
|
||||
gtest_dep = dependency('gtest', main: true, required : true)
|
||||
gtest_main = dependency('gtest_main', required: true)
|
||||
gtest_nomain_dep = dependency('gtest', main: false, required : true)
|
||||
|
||||
# Subdirectories for unit and integration tests
|
||||
|
||||
Reference in New Issue
Block a user