summaryrefslogtreecommitdiffstats
path: root/cmake/platform/ios
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/platform/ios')
-rw-r--r--cmake/platform/ios/defines.txt1
-rw-r--r--cmake/platform/ios/ios.cmake2
2 files changed, 0 insertions, 3 deletions
diff --git a/cmake/platform/ios/defines.txt b/cmake/platform/ios/defines.txt
deleted file mode 100644
index d0989ea..0000000
--- a/cmake/platform/ios/defines.txt
+++ /dev/null
@@ -1 +0,0 @@
1-DTARGET_POSIX -DTARGET_DARWIN -DTARGET_DARWIN_IOS -D_LINUX
diff --git a/cmake/platform/ios/ios.cmake b/cmake/platform/ios/ios.cmake
deleted file mode 100644
index 75c9b7b..0000000
--- a/cmake/platform/ios/ios.cmake
+++ /dev/null
@@ -1,2 +0,0 @@
1set(PLATFORM_REQUIRED_DEPS OpenGLES)
2set(APP_RENDER_SYSTEM gles)