summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-09-19 09:55:12 +0200
committerKonstantin Käfer <mail@kkaefer.com>2018-09-19 21:10:11 +0200
commit60b8469c488468364c7124750f34e5aebb80dc84 (patch)
treec66466d5f66ae90326b98d15b7d6a65aa9c0e036 /cmake
parent47eaea21ddf1f56e3bb1b8ab35acee8a84f91533 (diff)
downloadqtlocation-mapboxgl-60b8469c488468364c7124750f34e5aebb80dc84.tar.gz
[core] add --cache option to GLFW binary to specify the cache database
Diffstat (limited to 'cmake')
-rw-r--r--cmake/glfw.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/glfw.cmake b/cmake/glfw.cmake
index c59ca013d0..eacc72d338 100644
--- a/cmake/glfw.cmake
+++ b/cmake/glfw.cmake
@@ -39,11 +39,13 @@ xcode_create_scheme(
TARGET mbgl-glfw
OPTIONAL_ARGS
"--style=file.json"
+ "--cache=/tmp/mbgl-cache.db"
"--lon=0"
"--lat=0"
"--zoom=1"
"--bearing=0"
"--pitch=0"
"--fullscreen"
+ "--offline"
"--benchmark"
)