From: Ivan Oliveira Tarifa <36923279+ivan1993br@users.noreply.github.com> Date: Wed, 15 Jan 2020 11:45:14 +0000 (-0300) Subject: Remove exclusion of *-main and*-all targets X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aa4315646b2217f30a537121e044aa14b33248e5;p=googletest.git Remove exclusion of *-main and*-all targets Removing exclusion of *-main and*-all targets from the library.json used on platformio. --- diff --git a/library.json b/library.json index 91169b7..f61bf00 100644 --- a/library.json +++ b/library.json @@ -25,14 +25,10 @@ "ci", "googlemock/cmake", "googlemock/scripts", - "googlemock/src/gmock-all.cc", - "googlemock/src/gmock_main.cc", "googlemock/test", "googlemock/CMakeLists.txt", "googletest/cmake", "googletest/scripts", - "googletest/src/gtest-all.cc", - "googletest/src/gtest_main.cc", "googletest/test", "googletest/CMakeLists.txt" ]