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