diff options
author | Philipp Kerling <pkerling@casix.org> | 2017-08-17 08:22:30 +0200 |
---|---|---|
committer | Philipp Kerling <pkerling@casix.org> | 2017-09-09 21:46:32 +0300 |
commit | 7ceba6a322f06bd1bad3d52c3f662e5b8bcda602 (patch) | |
tree | 7567f7a05a4b758df3bd0388af7c9f595a9345e3 | |
parent | c1d3beedb16ba0cda61919361ba69f4c2c1473c5 (diff) |
Add missing libzip dependency for Android
-rw-r--r-- | cmake/platform/android/android.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/platform/android/android.cmake b/cmake/platform/android/android.cmake index bfa003bb76..c857cba310 100644 --- a/cmake/platform/android/android.cmake +++ b/cmake/platform/android/android.cmake @@ -1 +1 @@ -set(PLATFORM_REQUIRED_DEPS OpenGLES EGL) +set(PLATFORM_REQUIRED_DEPS OpenGLES EGL Zip) |