diff options
author | Chris <chrisjohnsonmail@gmail.com> | 2019-02-01 03:51:55 (GMT) |
---|---|---|
committer | Chris <chrisjohnsonmail@gmail.com> | 2019-02-01 03:56:30 (GMT) |
commit | fe519d64a6e0e69585b59f14c129dc4e2aa40233 (patch) | |
tree | 76112af1027343e8807101f208635b8623e59301 /library.json | |
parent | 4f4c01d8c86659f587ea0bc27c815ffa94fc9f72 (diff) | |
download | googletest-fe519d64a6e0e69585b59f14c129dc4e2aa40233.zip googletest-fe519d64a6e0e69585b59f14c129dc4e2aa40233.tar.gz googletest-fe519d64a6e0e69585b59f14c129dc4e2aa40233.tar.bz2 |
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.
Diffstat (limited to 'library.json')
-rw-r--r-- | library.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library.json b/library.json index 84c2b8c..d839272 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", |