summaryrefslogtreecommitdiff
path: root/libs/assimp/port/iOS/IPHONEOS_ARM64E_TOOLCHAIN.cmake
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-02-12 23:53:22 -0600
committersanine <sanine.not@pm.me>2023-02-12 23:53:22 -0600
commitf1fe73d1909a2448a004a88362a1a532d0d4f7c3 (patch)
treeab37ae3837e2f858de2932bcee9f26e69fab3db1 /libs/assimp/port/iOS/IPHONEOS_ARM64E_TOOLCHAIN.cmake
parentf567ea1e2798fd3156a416e61f083ea3e6b95719 (diff)
switch to tinyobj and nanovg from assimp and cairo
Diffstat (limited to 'libs/assimp/port/iOS/IPHONEOS_ARM64E_TOOLCHAIN.cmake')
-rw-r--r--libs/assimp/port/iOS/IPHONEOS_ARM64E_TOOLCHAIN.cmake17
1 files changed, 0 insertions, 17 deletions
diff --git a/libs/assimp/port/iOS/IPHONEOS_ARM64E_TOOLCHAIN.cmake b/libs/assimp/port/iOS/IPHONEOS_ARM64E_TOOLCHAIN.cmake
deleted file mode 100644
index 0cf2b6b..0000000
--- a/libs/assimp/port/iOS/IPHONEOS_ARM64E_TOOLCHAIN.cmake
+++ /dev/null
@@ -1,17 +0,0 @@
-INCLUDE(CMakeForceCompiler)
-
-SET (CMAKE_CROSSCOMPILING TRUE)
-SET (CMAKE_SYSTEM_NAME "Darwin")
-SET (CMAKE_SYSTEM_PROCESSOR "arm64e")
-SET (IOS TRUE)
-
-SET (IOS_SDK_DEVICE iPhoneOS)
-
-SET (SDKVER "${IOS_SDK_VERSION}")
-SET (DEVROOT "${XCODE_ROOT_DIR}/Platforms/${IOS_SDK_DEVICE}.platform/Developer")
-
-
-SET (CMAKE_FIND_ROOT_PATH "${SDKROOT}" "${DEVROOT}")
-SET (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
-SET (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
-SET (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) \ No newline at end of file