Skip to content

Commit 4413910

Browse files
author
“Malcolm
committed
Added style filter to cmake list
1 parent 8c8381b commit 4413910

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,11 +972,13 @@ list(APPEND SRC_FILES
972972
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer_properties.hpp
973973
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer_impl.hpp
974974
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer_factory.hpp
975+
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_style_filter.hpp
975976
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer.cpp
976977
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer_render.cpp
977978
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer_properties.cpp
978979
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer_impl.cpp
979980
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_layer_factory.cpp
981+
${PROJECT_SOURCE_DIR}/src/mbgl/plugin/plugin_style_filter.cpp
980982
)
981983

982984

0 commit comments

Comments
 (0)