| Index: cmake/CMakeLists.txt
|
| diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
|
| index 55539d02d60a302d8a255235b426e08c0347e808..348b72475ae071d288937ae3dda77f891a875164 100644
|
| --- a/cmake/CMakeLists.txt
|
| +++ b/cmake/CMakeLists.txt
|
| @@ -60,8 +60,8 @@ if (NOT WIN32)
|
| endif()
|
| if (NOT UNIX)
|
| remove_srcs(../src/doc/SkDocument_XPS_None.cpp
|
| + ../src/ports/*_posix.cpp
|
| ../src/ports/SkDebug_stdio.cpp
|
| - ../src/ports/SkOSFile_posix.cpp
|
| ../src/ports/SkTLS_pthread.cpp
|
| ../src/ports/SkTime_Unix.cpp
|
| ../src/utils/SkThreadUtils_pthread.cpp)
|
|
|