2 Star 19 Fork 5

leo / UE4Protobuf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BuildIOS.sh 478 Bytes
一键复制 编辑 原始数据 按行查看 历史
leo 提交于 2023-03-09 19:50 . 支持UE5
#!/bin/sh
rm -rf lib/IOS
mkdir -p lib/IOS
mkdir -p build_temp
cd build_temp
cmake -DCMAKE_TOOLCHAIN_FILE=../toolchains/ios.toolchain.cmake -DPLATFORM=OS64 -DBUILD_SHARED_LIBS=OFF -Dprotobuf_BUILD_TESTS=OFF -Dprotobuf_BUILD_CONFORMANCE=OFF -Dprotobuf_BUILD_EXAMPLES=OFF -Dprotobuf_BUILD_PROTOC_BINARIES=OFF -Dprotobuf_MSVC_STATIC_RUNTIME=OFF -Dprotobuf_DISABLE_RTTI=ON -G "Unix Makefiles" ../source/cmake
make
cp ./libprotobuf.a ../lib/IOS/libprotobuf.a
cd ..
rm -rf build_temp
C++
1
https://gitee.com/love_linger/UE4Protobuf.git
git@gitee.com:love_linger/UE4Protobuf.git
love_linger
UE4Protobuf
UE4Protobuf
master

搜索帮助