From 0c0ca90382457859785a97bea5695093d72097dd Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 3 Jan 2019 12:14:40 -0600 Subject: fix: Correct *_main.cc paths --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library.json') diff --git a/library.json b/library.json index 68ba96e6..233cc117 100644 --- a/library.json +++ b/library.json @@ -31,7 +31,7 @@ "googlemock/CMakeLists.txt", "googlemock/Makefile.am", "googlemock/configure.ac", - "googlemock/gmock_main.cc", + "googlemock/src/gmock_main.cc", "googletest/cmake", "googletest/codegear", "googletest/m4", @@ -43,7 +43,7 @@ "googletest/CMakeLists.txt", "googletest/Makefile.am", "googletest/configure.ac", - "googletest/gtest_main.cc" + "googletest/src/gtest_main.cc" ] }, "build": { -- cgit v1.2.3