[gtest] Fix install src/gtest-matchers.cc (#5521)

Fix install src/gtest-matchers.cc.
It is included from Nov 21, 2018 in googletest.
This commit is contained in:
Tsukasa Sugiura 2019-03-05 03:29:28 +09:00 committed by Victor Romero
parent e217f695dd
commit 366a4dbfc5
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
Source: gtest
Version: 2019-01-04-1
Version: 2019-01-04-2
Description: GoogleTest and GoogleMock testing frameworks.

View File

@ -37,6 +37,7 @@ file(
"${SOURCE_PATH}/googletest/src/gtest-death-test.cc"
"${SOURCE_PATH}/googletest/src/gtest-filepath.cc"
"${SOURCE_PATH}/googletest/src/gtest-internal-inl.h"
"${SOURCE_PATH}/googletest/src/gtest-matchers.cc"
"${SOURCE_PATH}/googletest/src/gtest-port.cc"
"${SOURCE_PATH}/googletest/src/gtest-printers.cc"
"${SOURCE_PATH}/googletest/src/gtest-test-part.cc"