| ; PlatformIO Project Configuration File |
| ; Build options: build flags, source filter |
| ; Upload options: custom upload port, speed and extra flags |
| ; Library options: dependencies, extra library storages |
| ; Advanced options: extra scripting |
| ; Please visit documentation for the other options and examples |
| ; http://docs.platformio.org/page/projectconf.html |
| build_flags = -I./googletest/include -I./googletest |
| src_filter = +<*> -<.git/> -<googlemock> -<googletest/samples> -<googletest/test/> -<googletest/src> +<googletest/src/gtest-all.cc> +<googletest/src/gtest_main.cc> |
| build_flags = -I./googlemock/include -I./googletest/include -I./googletest -I./googlemock |
| src_filter = +<*> -<.git/> -<googletest> -<googlemock/test/> -<googlemock/src> +<googlemock/src/gmock-all.cc> +<googletest/src/gtest-all.cc> +<googlemock/src/gmock_main.cc> |
| build_flags = -I./googletest/include -I./googletest |
| src_filter = +<*> -<.git/> -<googlemock> -<googletest/codegear/> -<googletest/samples> -<googletest/test/> -<googletest/xcode> -<googletest/src> +<googletest/src/gtest-all.cc> +<googletest/src/gtest_main.cc> |
| build_flags = -I./googlemock/include -I./googletest/include -I./googletest -I./googlemock |
| src_filter = +<*> -<.git/> -<googletest> -<googlemock/test/> -<googlemock/src> +<googlemock/src/gmock-all.cc> +<googletest/src/gtest-all.cc> +<googlemock/src/gmock_main.cc> |