| Index: cmake/CMakeLists.txt
|
| diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
|
| index 1281a5b801cb71ce166647ceeac63a8aa0f380dd..9ecb504a862139d71bfb75fb7b2fb534e0e24a3b 100644
|
| --- a/cmake/CMakeLists.txt
|
| +++ b/cmake/CMakeLists.txt
|
| @@ -65,7 +65,7 @@ remove_srcs (../src/sksl/SkSLMain.cpp)
|
|
|
| # Skia sure ships a lot of code no one uses.
|
| remove_srcs (../src/animator/* ../src/*nacl* ../src/svg/* ../src/views/* ../src/xml/*)
|
| -foreach (include animator svg svg/parser views xml gpu/vk)
|
| +foreach (include animator svg views xml gpu/vk)
|
| file (GLOB globed_include ../include/${include})
|
| list (REMOVE_ITEM public_includes ${globed_include})
|
| endforeach()
|
|
|