fix: Correct *-all.cc file paths

pull/2107/head
Chris Johnson 6 years ago committed by GitHub
parent 53798de939
commit 47568eade6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      library.json

@ -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",

Loading…
Cancel
Save