Unverified Commit 47568ead by Chris Johnson Committed by GitHub

fix: Correct *-all.cc file paths

parent 53798de9
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment