diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-06-14 21:47:01 +0200 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2017-07-13 00:22:54 -0400 |
commit | a5cdbb084e489751297ffdfeb98ad208cfe03054 (patch) | |
tree | 5a506b0c41e42d0e1988b63eab77db1babde8a97 /cmake/offline.cmake | |
parent | 11952db68cebf2927fc15127712072dc0043b5e4 (diff) | |
download | qtlocation-mapboxgl-a5cdbb084e489751297ffdfeb98ad208cfe03054.tar.gz |
[all] make default_styles header-only
Diffstat (limited to 'cmake/offline.cmake')
-rw-r--r-- | cmake/offline.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/offline.cmake b/cmake/offline.cmake index 1ec3f61e36..c9a3349792 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 |