diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-06-28 13:59:55 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2018-06-29 15:38:11 -0700 |
commit | 25ac89e018a27fc689f742429c78ba492682b0a0 (patch) | |
tree | c3434d5b652502f2fd3b64e2efdaeb2b7319f36b /cmake | |
parent | 6dfe56510caa87b3e0fdbb8256d13ec955764d53 (diff) | |
download | qtlocation-mapboxgl-25ac89e018a27fc689f742429c78ba492682b0a0.tar.gz |
[core] Remove stops-based *Function constructors
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index 09c12897b0..a06f3a59f5 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -504,6 +504,7 @@ set(MBGL_CORE_FILES include/mbgl/style/function/interval_stops.hpp include/mbgl/style/function/source_function.hpp src/mbgl/style/function/categorical_stops.cpp + src/mbgl/style/function/convert.cpp src/mbgl/style/function/expression.cpp src/mbgl/style/function/identity_stops.cpp |