| Index: cmake/CMakeLists.txt
|
| diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
|
| index d3ffa35e904b39c557068f5fe960b6ed0fa3ba2f..67cdb1d7193ee3bef3b767d39541a2adfee59deb 100644
|
| --- a/cmake/CMakeLists.txt
|
| +++ b/cmake/CMakeLists.txt
|
| @@ -90,7 +90,6 @@ remove_srcs(
|
| ../src/gpu/GrContextFactory.cpp # For internal testing only.
|
| ../src/gpu/gl/GrGLCreateNativeInterface_none.cpp
|
| ../src/gpu/gl/GrGLDefaultInterface_none.cpp
|
| - ../src/gpu/gl/SkCreatePlatformGLContext*.cpp # For internal testing only.
|
| ../src/gpu/gl/command_buffer/*
|
| ../src/gpu/gl/egl/*
|
| ../src/gpu/gl/glfw/*
|
| @@ -121,8 +120,6 @@ if (WIN32)
|
| endif()
|
| endif()
|
|
|
| -remove_srcs(../src/gpu/gl/angle/*) # TODO
|
| -
|
| # Certain files must be compiled with support for SSSE3, SSE4.1, AVX, or AVX2 intrinsics.
|
| file (GLOB_RECURSE ssse3_srcs ../src/*ssse3*.cpp ../src/*SSSE3*.cpp)
|
| file (GLOB_RECURSE sse41_srcs ../src/*sse4*.cpp ../src/*SSE4*.cpp)
|
|
|