summaryrefslogtreecommitdiff
path: root/strata/genivi/googlemock.def
blob: 997635c72ae9411958f9b115ac8bc4c4ff18f413 (plain)
1
2
3
4
5
6
7
name: googlemock
build-system: autotools
configure-commands:
- mkdir -p gtest/m4
- ln -s /usr/share/gtest/m4/acx_pthread.m4 gtest/m4/acx_pthread.m4
- autoreconf -ivf
- ./configure --prefix="$PREFIX"