From f44ecaa4f27e7538ddcad66d40e543bffa2d2d86 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 4 Jun 2017 16:57:49 +0200 Subject: sync with upstream --- cmake/platform/ios/defines.txt | 1 + cmake/platform/ios/ios.cmake | 1 + 2 files changed, 2 insertions(+) create mode 100644 cmake/platform/ios/defines.txt create mode 100644 cmake/platform/ios/ios.cmake (limited to 'cmake/platform/ios') diff --git a/cmake/platform/ios/defines.txt b/cmake/platform/ios/defines.txt new file mode 100644 index 0000000..d0989ea --- /dev/null +++ b/cmake/platform/ios/defines.txt @@ -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 new file mode 100644 index 0000000..ab0f361 --- /dev/null +++ b/cmake/platform/ios/ios.cmake @@ -0,0 +1 @@ +set(PLATFORM_REQUIRED_DEPS OpenGLES) -- cgit v1.2.3