summaryrefslogtreecommitdiffstats
path: root/cmake/platform
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/platform')
-rw-r--r--cmake/platform/android/android.cmake1
-rw-r--r--cmake/platform/freebsd/x11.cmake1
-rw-r--r--cmake/platform/ios/ios.cmake1
-rw-r--r--cmake/platform/osx/osx.cmake1
-rw-r--r--cmake/platform/windows/windows.cmake3
-rw-r--r--cmake/platform/windowsstore/windowsstore.cmake3
6 files changed, 8 insertions, 2 deletions
diff --git a/cmake/platform/android/android.cmake b/cmake/platform/android/android.cmake
index c857cba..1450d28 100644
--- a/cmake/platform/android/android.cmake
+++ b/cmake/platform/android/android.cmake
@@ -1 +1,2 @@
1set(PLATFORM_REQUIRED_DEPS OpenGLES EGL Zip) 1set(PLATFORM_REQUIRED_DEPS OpenGLES EGL Zip)
2set(APP_RENDER_SYSTEM gles)
diff --git a/cmake/platform/freebsd/x11.cmake b/cmake/platform/freebsd/x11.cmake
index 656fd66..09cebde 100644
--- a/cmake/platform/freebsd/x11.cmake
+++ b/cmake/platform/freebsd/x11.cmake
@@ -1,2 +1,3 @@
1set(PLATFORM_REQUIRED_DEPS OpenGl EGL X XRandR LibDRM) 1set(PLATFORM_REQUIRED_DEPS OpenGl EGL X XRandR LibDRM)
2set(PLATFORM_OPTIONAL_DEPS VAAPI VDPAU GLX) 2set(PLATFORM_OPTIONAL_DEPS VAAPI VDPAU GLX)
3set(APP_RENDER_SYSTEM gl)
diff --git a/cmake/platform/ios/ios.cmake b/cmake/platform/ios/ios.cmake
index ab0f361..75c9b7b 100644
--- a/cmake/platform/ios/ios.cmake
+++ b/cmake/platform/ios/ios.cmake
@@ -1 +1,2 @@
1set(PLATFORM_REQUIRED_DEPS OpenGLES) 1set(PLATFORM_REQUIRED_DEPS OpenGLES)
2set(APP_RENDER_SYSTEM gles)
diff --git a/cmake/platform/osx/osx.cmake b/cmake/platform/osx/osx.cmake
index e81703c..fbe8d96 100644
--- a/cmake/platform/osx/osx.cmake
+++ b/cmake/platform/osx/osx.cmake
@@ -1 +1,2 @@
1set(PLATFORM_REQUIRED_DEPS OpenGl Sdl) 1set(PLATFORM_REQUIRED_DEPS OpenGl Sdl)
2set(APP_RENDER_SYSTEM gl)
diff --git a/cmake/platform/windows/windows.cmake b/cmake/platform/windows/windows.cmake
index dbe9417..b0c2992 100644
--- a/cmake/platform/windows/windows.cmake
+++ b/cmake/platform/windows/windows.cmake
@@ -1 +1,2 @@
1# File intentionally left empty 1set(PLATFORM_REQUIRED_DEPS D3DX11Effects)
2set(APP_RENDER_SYSTEM dx11)
diff --git a/cmake/platform/windowsstore/windowsstore.cmake b/cmake/platform/windowsstore/windowsstore.cmake
index 266fb3e..b0c2992 100644
--- a/cmake/platform/windowsstore/windowsstore.cmake
+++ b/cmake/platform/windowsstore/windowsstore.cmake
@@ -1 +1,2 @@
1set(PLATFORM_REQUIRED_DEPS zlib) 1set(PLATFORM_REQUIRED_DEPS D3DX11Effects)
2set(APP_RENDER_SYSTEM dx11)