build(gtest): added gtest as a subproject in case it is not already installed on the system

This commit is contained in:
2025-03-13 14:12:14 -04:00
parent bb0ec4d341
commit 46dfb17385
263 changed files with 111287 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
project('gtest', 'cpp',
version : '1.15.2',
default_options : ['cpp_std=c++14'],
license : 'BSD-3-Clause')
subdir('googletest')
subdir('googlemock')