We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8381b commit 4413910Copy full SHA for 4413910
1 file changed
CMakeLists.txt
@@ -972,11 +972,13 @@ list(APPEND SRC_FILES
972
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer_properties.hpp
973
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer_impl.hpp
974
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer_factory.hpp
975
+ ${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_style_filter.hpp
976
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer.cpp
977
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer_render.cpp
978
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer_properties.cpp
979
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer_impl.cpp
980
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer_factory.cpp
981
+ ${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_style_filter.cpp
982
)
983
984
0 commit comments