diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-08-10 11:27:25 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2018-08-13 12:39:44 -0700 |
commit | 58202eaf80bdfe1273396d2abe6b1fee8fed937a (patch) | |
tree | 87000da34c0c7af322feb74db3e7752c49ce8e1f /cmake | |
parent | b2f60a4bf2fb95c107bb94543ba6345779970e98 (diff) | |
download | qtlocation-mapboxgl-58202eaf80bdfe1273396d2abe6b1fee8fed937a.tar.gz |
[core] Optimize generated set{Paint,Layout}Property code
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 d35e2c66ca..e875f5b142 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -707,6 +707,7 @@ set(MBGL_CORE_FILES src/mbgl/util/dtoa.cpp src/mbgl/util/dtoa.hpp src/mbgl/util/event.cpp + src/mbgl/util/fnv_hash.hpp src/mbgl/util/font_stack.cpp src/mbgl/util/geo.cpp src/mbgl/util/geojson_impl.cpp |