diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-11-30 10:29:16 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-12-06 15:05:45 -0800 |
commit | 05b0dcd0f87b90d179d9d0aeeb6a618b9f836a79 (patch) | |
tree | fbe5f276fdb1fb8769ac52efcfbdc612af42b56d /cmake | |
parent | 0adf830b9a008f5c5b5a386a152a7a2dbc0c79c4 (diff) | |
download | qtlocation-mapboxgl-05b0dcd0f87b90d179d9d0aeeb6a618b9f836a79.tar.gz |
[core] Move evaluation algorithm to Function
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 753e105ef5..a819675f4f 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -218,6 +218,7 @@ set(MBGL_CORE_FILES src/mbgl/style/cascade_parameters.hpp src/mbgl/style/class_dictionary.cpp src/mbgl/style/class_dictionary.hpp + src/mbgl/style/function.cpp src/mbgl/style/layer.cpp src/mbgl/style/layer_impl.cpp src/mbgl/style/layer_impl.hpp |