mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
6 lines
104 B
Meson
6 lines
104 B
Meson
project('gtest', 'cpp', version : '1.8.0', license : 'bsd')
|
|
|
|
subdir('googletest')
|
|
|
|
subdir('googlemock')
|