Unverified Commit aa431564 by Ivan Oliveira Tarifa Committed by GitHub

Remove exclusion of *-main and*-all targets

Removing exclusion of *-main and*-all targets from the library.json used on platformio.
parent d854bd6a
...@@ -25,14 +25,10 @@ ...@@ -25,14 +25,10 @@
"ci", "ci",
"googlemock/cmake", "googlemock/cmake",
"googlemock/scripts", "googlemock/scripts",
"googlemock/src/gmock-all.cc",
"googlemock/src/gmock_main.cc",
"googlemock/test", "googlemock/test",
"googlemock/CMakeLists.txt", "googlemock/CMakeLists.txt",
"googletest/cmake", "googletest/cmake",
"googletest/scripts", "googletest/scripts",
"googletest/src/gtest-all.cc",
"googletest/src/gtest_main.cc",
"googletest/test", "googletest/test",
"googletest/CMakeLists.txt" "googletest/CMakeLists.txt"
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment