diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-03-01 16:02:56 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2018-03-01 17:02:26 -0800 |
commit | 54f3dc961e3a9e668312d7210706cddcf19676f7 (patch) | |
tree | 2606d627a67594a7146aa45e428052c596c99235 /cmake | |
parent | 15ba70b5ff018ec2285e0459bf557d1f61240c41 (diff) | |
download | qtlocation-mapboxgl-54f3dc961e3a9e668312d7210706cddcf19676f7.tar.gz |
Relax type checking for "length"
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index f24482e301..a915ffed69 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -456,6 +456,7 @@ set(MBGL_CORE_FILES include/mbgl/style/expression/interpolate.hpp include/mbgl/style/expression/is_constant.hpp include/mbgl/style/expression/is_expression.hpp + include/mbgl/style/expression/length.hpp include/mbgl/style/expression/let.hpp include/mbgl/style/expression/literal.hpp include/mbgl/style/expression/match.hpp @@ -478,6 +479,7 @@ set(MBGL_CORE_FILES src/mbgl/style/expression/interpolate.cpp src/mbgl/style/expression/is_constant.cpp src/mbgl/style/expression/is_expression.cpp + src/mbgl/style/expression/length.cpp src/mbgl/style/expression/let.cpp src/mbgl/style/expression/literal.cpp src/mbgl/style/expression/match.cpp |