add subproject

This commit is contained in:
chatlanin
2022-11-17 10:30:41 +03:00
parent dc28f6b6db
commit 4e85abc2a9
311 changed files with 158226 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
project('gtest', 'cpp',
version : '1.11.0',
default_options : ['cpp_std=c++11'],
license : 'bsd')
subdir('googletest')
subdir('googlemock')