pointing at new google

This commit is contained in:
rusefi 2019-10-23 13:05:50 -04:00
parent 8cea071afb
commit 776e3d0300
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
pid_from_msl: pid_from_msl.cpp
@if [ ! -d "googletest" ]; then echo "Error! googletest not found! Put it into this folder!"; exit 1; fi
g++ -std=c++17 -fpermissive -O3 -static -o pid_from_msl.exe pid_from_msl.cpp googletest/gtest-all.cpp googletest/gmock-all.cpp -Igoogletest/googletest -Igoogletest/googletest/include -Igoogletest/googlemock/include
g++ -std=c++17 -fpermissive -O3 -static -o pid_from_msl.exe pid_from_msl.cpp googletest/googletest/src/gtest-all.cc googletest/googlemock/src/gmock-all.cc -Igoogletest/googletest -Igoogletest/googletest/include -Igoogletest/googlemock/include