summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-07-30 15:04:41 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-07-30 17:17:38 -0700
commit9a1bb1ad14e18433d4cc8e805af57a6014275561 (patch)
tree60533ceadc7bebe48d655041b9c4dbcf4133c32a /cmake
parentbf7785618ac5f3bbcba068e61ef6359d70aff92b (diff)
downloadqtlocation-mapboxgl-9a1bb1ad14e18433d4cc8e805af57a6014275561.tar.gz
[core] Tweak conversions to reduce binary size
* return {} → return nullopt * error = { "..." } → error.message = "..."
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core-files.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index e9f70378ad..f2e26a9a7e 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -426,8 +426,10 @@ set(MBGL_CORE_FILES
include/mbgl/style/conversion/source.hpp
include/mbgl/style/conversion/tileset.hpp
include/mbgl/style/conversion/transition_options.hpp
+ src/mbgl/style/conversion/color_ramp_property_value.cpp
src/mbgl/style/conversion/constant.cpp
src/mbgl/style/conversion/coordinate.cpp
+ src/mbgl/style/conversion/custom_geometry_source_options.cpp
src/mbgl/style/conversion/filter.cpp
src/mbgl/style/conversion/function.cpp
src/mbgl/style/conversion/geojson.cpp