From 47568eade6b98f52154fe7a757e6d045c2e5d462 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Tue, 5 Feb 2019 16:16:43 -0600 Subject: fix: Correct *-all.cc file paths --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library.json') 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", -- cgit v1.2.3