| Index: cmake/CMakeLists.txt
|
| diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
|
| index 9ecb504a862139d71bfb75fb7b2fb534e0e24a3b..7240d88d27806610e1175c023c29d60a9451cdf9 100644
|
| --- a/cmake/CMakeLists.txt
|
| +++ b/cmake/CMakeLists.txt
|
| @@ -333,7 +333,7 @@ endforeach()
|
| # c++ example.o @skia_link_arguments.txt
|
|
|
| # skia.h
|
| -set (bad_files GrGLConfig_chrome.h SkJSONCPP.h SkParsePaint.h)
|
| +set (bad_files GrGLConfig_chrome.h)
|
| # make `c++ @skia_compile_arguments.txt include/skia.h` work.
|
| set (skia_h_path ${userconfig_directory}/skia.h)
|
| file (WRITE ${skia_h_path} "// skia.h generated by CMake.\n")
|
|
|