blob: ab3b51ff3dd9d5b2129cabe885f9e8be525aff58 [file] [log] [blame]
model {
binaries {
withType(GoogleTestTestSuiteBinarySpec).all {
nativeUtils.useRequiredLibrary(it, 'googletest_static')
}
}
}