From 9f2f7ddd12a4aaab0faddbe60cfb7c1e526fa7ff Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 3 Feb 2017 13:51:51 -0800 Subject: [core] Check in generated shader code One step toward eliminating the node/npm dependency for platforms other than node. --- cmake/core.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'cmake/core.cmake') diff --git a/cmake/core.cmake b/cmake/core.cmake index 8d8a942d9f..f893e1571e 100644 --- a/cmake/core.cmake +++ b/cmake/core.cmake @@ -12,7 +12,6 @@ add_custom_command( add_custom_target(mbgl-headers DEPENDS ${MBGL_GENERATED}/include/mbgl/util/version.hpp - ${MBGL_SHADER_FILES} ) add_library(mbgl-core STATIC -- cgit v1.2.1