This commit is contained in:
Attila Body 2020-02-07 15:14:46 +01:00
parent efee956981
commit 5eb0e4bccc
3 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#!/bin/sh
set -x
SCRIPTDIR=$(dirname "$0")
OUTDIR="$1"
cd "$SCRIPTDIR"/googletest
cmake -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_INSTALL_PREFIX:PATH="../$OUTDIR" .
make -j8 && make install
rm install_manifest.txt