Files
UnrealEngine/Engine/Source/ThirdParty/GoogleTest/build/uncompress_and_patch.sh
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

17 lines
322 B
Bash
Executable File

#!/bin/sh
# Prerequisites:
# xcode
# cmake 3.5
#####################
# This unzips the tar.gz and applies any patches stored in the google-test-source-patches directory
# uncompress_and_patch.bat
archive=${1}
unzip $archive
mv ${archive%.*} "google-test-source"
#cp google-test-source-patches/* google-test-source/