This commit is contained in:
ekibun
2020-09-24 01:09:00 +08:00
parent 574c1acbe3
commit ab6c5ac3cc
46 changed files with 1109 additions and 0 deletions

11
ios/make.sh Normal file
View File

@@ -0,0 +1,11 @@
###
# @Description:
# @Author: ekibun
# @Date: 2020-09-24 00:50:13
# @LastEditors: ekibun
# @LastEditTime: 2020-09-24 00:51:43
###
mkdir build
cd build
cmake .. -G Xcode -DCMAKE_TOOLCHAIN_FILE=../ios.toolchain.cmake -DPLATFORM=OS64COMBINED
cmake --build . --config Release