summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-06-14 21:47:01 +0200
committerJason Wray <jason@mapbox.com>2017-07-13 01:39:00 -0400
commitf16a4e5da6609a17a29fde5295f19ca78adfeb7e (patch)
tree6da9c4450d863ffbb61f60cf6e462342bb19e0a6 /cmake
parent629922f5570abc46011db092d204c2e7642812c3 (diff)
downloadqtlocation-mapboxgl-f16a4e5da6609a17a29fde5295f19ca78adfeb7e.tar.gz
[all] make default_styles header-only
Diffstat (limited to 'cmake')
-rw-r--r--cmake/glfw.cmake1
-rw-r--r--cmake/offline.cmake1
2 files changed, 0 insertions, 2 deletions
diff --git a/cmake/glfw.cmake b/cmake/glfw.cmake
index f1ace9e6ef..c14bd6f2c2 100644
--- a/cmake/glfw.cmake
+++ b/cmake/glfw.cmake
@@ -8,7 +8,6 @@ target_sources(mbgl-glfw
PRIVATE platform/glfw/settings_json.hpp
PRIVATE platform/glfw/settings_json.cpp
PRIVATE platform/default/mbgl/util/default_styles.hpp
- PRIVATE platform/default/mbgl/util/default_styles.cpp
)
# Our GL implementation is internal to mbgl-core, which causes the GL header to
diff --git a/cmake/offline.cmake b/cmake/offline.cmake
index d0124e661f..a79b22db54 100644
--- a/cmake/offline.cmake
+++ b/cmake/offline.cmake
@@ -4,7 +4,6 @@ add_executable(mbgl-offline
target_sources(mbgl-offline
PRIVATE platform/default/mbgl/util/default_styles.hpp
- PRIVATE platform/default/mbgl/util/default_styles.cpp
)
target_compile_options(mbgl-offline