Kinda works
This commit is contained in:
parent
f3d345e2e3
commit
662a7a9b12
40 changed files with 2851 additions and 26 deletions
9
platforms/test/build-googletest.sh
Executable file
9
platforms/test/build-googletest.sh
Executable 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue