summaryrefslogtreecommitdiff
path: root/cmake/shaders.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-10-14 14:53:57 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-11-02 18:24:32 +0100
commitf30bdfca9c5ae139d58f93bbcbc4f167577e21f4 (patch)
tree37ffaa11d45d0580d3577fd95d877a21fd65d165 /cmake/shaders.cmake
parent549929cefd7073708e64e49da93e8b49fbc0db99 (diff)
downloadqtlocation-mapboxgl-upstream/terrain-rendering.tar.gz
[core] implement terrain renderingupstream/terrain-rendering
Diffstat (limited to 'cmake/shaders.cmake')
-rw-r--r--cmake/shaders.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/shaders.cmake b/cmake/shaders.cmake
index bebf476bbf..2af098f70a 100644
--- a/cmake/shaders.cmake
+++ b/cmake/shaders.cmake
@@ -25,5 +25,7 @@ add_shader(MBGL_SHADER_FILES line)
add_shader(MBGL_SHADER_FILES line_pattern)
add_shader(MBGL_SHADER_FILES line_sdf)
add_shader(MBGL_SHADER_FILES raster)
+add_shader(MBGL_SHADER_FILES terrain_prepare)
+add_shader(MBGL_SHADER_FILES terrain)
add_shader(MBGL_SHADER_FILES symbol_icon)
add_shader(MBGL_SHADER_FILES symbol_sdf)