aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorGravatar jcgregorio <jcgregorio@google.com>2016-03-03 12:46:12 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-03 12:46:12 -0800
commit3fc3fea2f9f39819171e1124c3eae748caf88123 (patch)
tree6601b815a0782f34db9795b6a8aa3eeaf0c240d6 /cmake
parentbd72413059d913ceddbf5cd29327c05b13a62503 (diff)
cmake: Exclude vulkan directory.
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1763813002 CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac-Clang-x86_64-Release-CMake-Trybot Review URL: https://codereview.chromium.org/1763813002
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index e7470dcbe1..e5c8a35e68 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -57,7 +57,7 @@ remove_srcs (../src/ports/SkFontMgr_custom*.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)
+foreach (include animator svg svg/parser views xml gpu/vk)
file (GLOB globed_include ../include/${include})
list (REMOVE_ITEM public_includes ${globed_include})
endforeach()