summaryrefslogtreecommitdiff
path: root/next/platform/macos/macos.cmake
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-20 13:44:39 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-20 15:27:52 +0300
commit3888af2460eb601317ccb755a9cffb9ea92ad45d (patch)
tree8f95596d1bf270e856dfebffe5c9a826673dab08 /next/platform/macos/macos.cmake
parent381dda31b478bc768d5b5691619dce47fc9fa20d (diff)
downloadqtlocation-mapboxgl-3888af2460eb601317ccb755a9cffb9ea92ad45d.tar.gz
[build] Move compression to platform
It depends on platform specific compression library.
Diffstat (limited to 'next/platform/macos/macos.cmake')
-rw-r--r--next/platform/macos/macos.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/next/platform/macos/macos.cmake b/next/platform/macos/macos.cmake
index 747ac5839b..d0aad9c3dc 100644
--- a/next/platform/macos/macos.cmake
+++ b/next/platform/macos/macos.cmake
@@ -103,6 +103,7 @@ target_sources(
${MBGL_ROOT}/platform/default/src/mbgl/storage/online_file_source.cpp
${MBGL_ROOT}/platform/default/src/mbgl/storage/sqlite3.cpp
${MBGL_ROOT}/platform/default/src/mbgl/text/bidi.cpp
+ ${MBGL_ROOT}/platform/default/src/mbgl/util/compression.cpp
${MBGL_ROOT}/platform/default/src/mbgl/util/png_writer.cpp
${MBGL_ROOT}/platform/default/src/mbgl/util/thread_local.cpp
${MBGL_ROOT}/platform/default/src/mbgl/util/utf.cpp