fix: Correct *-all.cc file paths

This commit is contained in:
Chris Johnson 2019-02-05 16:16:43 -06:00 committed by GitHub
parent 35b227a921
commit 5852ab6da6

View File

@ -27,7 +27,7 @@
"googlemock/make",
"googlemock/msvc",
"googlemock/scripts",
"googlemock/src/gmock_all.cc",
"googlemock/src/gmock-all.cc",
"googlemock/src/gmock_main.cc",
"googlemock/test",
"googlemock/CMakeLists.txt",
@ -39,7 +39,7 @@
"googletest/make",
"googletest/msvc",
"googletest/scripts",
"googletest/src/gtest_all.cc",
"googletest/src/gtest-all.cc",
"googletest/src/gtest_main.cc",
"googletest/test",
"googletest/xcode",