Files
libkiwix/subprojects/gtest/meson.build
Matthieu Gautier 433a47c3fe Add unittest structure.
No tests, just everything to add tests later.
2018-05-14 17:40:43 +02:00

6 lines
104 B
Meson

project('gtest', 'cpp', version : '1.8.0', license : 'bsd')
subdir('googletest')
subdir('googlemock')