diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2017-05-04 17:26:42 +0300 |
---|---|---|
committer | Ivo van Dongen <ivovandongen@users.noreply.github.com> | 2017-05-08 19:39:55 +0300 |
commit | feae5e22ee4910a1508f2120c8131b2f8531bae8 (patch) | |
tree | b5ca0ba87b42bcc732070485b5ccea2c3f832840 /cmake | |
parent | 20810f988a735e0d43f9abff9260ea0784cd218c (diff) | |
download | qtlocation-mapboxgl-feae5e22ee4910a1508f2120c8131b2f8531bae8.tar.gz |
[core] generated accessor methods on light
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index 80e9f16156..e9d7442e5d 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -327,6 +327,11 @@ set(MBGL_CORE_FILES src/mbgl/style/layer_impl.hpp src/mbgl/style/layer_observer.hpp src/mbgl/style/layout_property.hpp + src/mbgl/style/light.cpp + src/mbgl/style/light_impl.cpp + src/mbgl/style/light_impl.hpp + src/mbgl/style/light_observer.hpp + src/mbgl/style/light_properties.hpp src/mbgl/style/observer.hpp src/mbgl/style/paint_property.hpp src/mbgl/style/parser.cpp |