now it compiles!

This commit is contained in:
rusefi 2019-10-23 13:15:33 -04:00
parent 4749c60d2f
commit 503c5e4abe
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/googletest/src/gtest-all.cc googletest/googlemock/src/gmock-all.cc -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 -Igoogletest/googlemock/include