ffi for ios (simulator)

This commit is contained in:
ekibun
2020-09-25 01:12:46 -07:00
parent 343c1ffd30
commit 7a48fac570
8 changed files with 128 additions and 3 deletions

View File

@@ -7,5 +7,7 @@
###
mkdir build
cd build
# IOSTODO -DPLATFORM: for simulators use SIMULATOR64, for real devices use OS64COMBINED
cmake .. -G Xcode -DCMAKE_TOOLCHAIN_FILE=../ios.toolchain.cmake -DPLATFORM=OS64COMBINED
cmake --build . --config Debug