build_gtest.sh 101 B

123
  1. #!/bin/sh -ex
  2. g++ -fpermissive -I. -I./include -c src/gtest-all.cc && \
  3. ar -rv libgtest.a gtest-all.o