From 9d57f7ef29c4595fef674ed6d64d133bf05e97a2 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Wed, 13 Mar 2024 20:40:53 +0800 Subject: [PATCH] cmake update --- lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 92083d5..bfd9d35 100755 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -250,6 +250,7 @@ if (ARTIST_SKIA) elseif (MSVC) set(ARTIST_SKIA_PLATFORM_WINDOW_CONTEXT external/skia/tools/sk_app/win/GLWindowContext_win.cpp + external/skia/tools/sk_app/win/RasterWindowContext_win.cpp ) endif()