From fe519d64a6e0e69585b59f14c129dc4e2aa40233 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 31 Jan 2019 21:51:55 -0600 Subject: fix: Add *_all.cc files to ignore list Added [gmock|gtest]_all.cc to PIO ignore list to avoid getting duplicate symbols since PIO will compile the individual files. --- library.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'library.json') diff --git a/library.json b/library.json index 84c2b8c8..d8392726 100644 --- a/library.json +++ b/library.json @@ -27,6 +27,7 @@ "googlemock/make", "googlemock/msvc", "googlemock/scripts", + "googlemock/src/gmock_all.cc", "googlemock/src/gmock_main.cc", "googlemock/test", "googlemock/CMakeLists.txt", @@ -38,6 +39,7 @@ "googletest/make", "googletest/msvc", "googletest/scripts", + "googletest/src/gtest_all.cc", "googletest/src/gtest_main.cc", "googletest/test", "googletest/xcode", -- cgit v1.2.3