aboutsummaryrefslogtreecommitdiffstats
path: root/library.json
diff options
context:
space:
mode:
authorChris Johnson <chrisjohnsonmail@gmail.com>2019-02-05 16:16:43 -0600
committerGitHub <noreply@github.com>2019-02-05 16:16:43 -0600
commit47568eade6b98f52154fe7a757e6d045c2e5d462 (patch)
tree38f6297b37d985990c6ca564066c5f3307fbec40 /library.json
parent53798de93935e463782707bd0b8bdc0d0dd7e185 (diff)
downloadgoogletest-47568eade6b98f52154fe7a757e6d045c2e5d462.tar.gz
googletest-47568eade6b98f52154fe7a757e6d045c2e5d462.tar.bz2
googletest-47568eade6b98f52154fe7a757e6d045c2e5d462.zip
fix: Correct *-all.cc file paths
Diffstat (limited to 'library.json')
-rw-r--r--library.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/library.json b/library.json
index d8392726..e46fcbda 100644
--- a/library.json
+++ b/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",